inotify-tools: fix mandir, thanks unterwulf

This commit is contained in:
Thomas Penteker 2012-07-13 17:08:45 +02:00
parent a3ef14cb74
commit 5f74f7ee2b
2 changed files with 7 additions and 6 deletions

View File

@ -13,8 +13,8 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libinotifytools.so -> libinotifytools.so.0.4.1
lrwxrwxrwx root/root usr/lib/libinotifytools.so.0 -> libinotifytools.so.0.4.1
-rwxr-xr-x root/root usr/lib/libinotifytools.so.0.4.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/inotifywait.1.gz
-rw-r--r-- root/root usr/man/man1/inotifywatch.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/inotifywait.1.gz
-rw-r--r-- root/root usr/share/man/man1/inotifywatch.1.gz

View File

@ -6,12 +6,13 @@
name=inotify-tools
version=3.14
release=1
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc