fuse-usmb: repair installation.

This commit is contained in:
Juan RP 2015-06-13 12:09:04 +02:00
parent 262c58951c
commit bee97e4095
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'fuse-usmb'
pkgname=fuse-usmb
version=20130204
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config git"
makedepends="glib-devel libxml2-devel fuse-devel samba-devel"
@ -18,6 +18,6 @@ pre_configure() {
autoreconf -fi
}
do_install() {
make DESTDIR=${DESTDIR} man1dir=${DESTDIR}/usr/share/man/man1 install
make bindir=${DESTDIR}/usr/bin man1dir=${DESTDIR}/usr/share/man/man1 install
}