mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
fdm: fix template.
This commit is contained in:
parent
8367c7d59b
commit
31d8cbf4af
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fdm'
|
||||
pkgname=fdm
|
||||
version=2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no --enable-pcre"
|
||||
hostmakedepends="automake bison"
|
||||
|
@ -17,7 +17,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
ost_install() {
|
||||
post_install() {
|
||||
vmkdir usr/share/doc/${pkgname}
|
||||
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
|
||||
sed 17q fdm.c >LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue