inotify-tools: fix spurious /usr/share, thanks unterwulf

This commit is contained in:
Thomas Penteker 2012-07-13 17:17:22 +02:00
parent 5f74f7ee2b
commit a553119a2e
2 changed files with 1 additions and 2 deletions

View File

@ -17,4 +17,3 @@ 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/

View File

@ -15,5 +15,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share
}