summaryrefslogtreecommitdiff
path: root/inotify-tools
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2012-07-13 17:17:22 +0200
committerThomas Penteker <tek@serverop.de>2012-07-13 17:17:22 +0200
commita553119a2ef651c0f0e058b49c88bd125591fd51 (patch)
tree1bb4838718a81845434dfdd800a3935f8035a4db /inotify-tools
parent5f74f7ee2b5e26a16acd6a04b6d618157c25b097 (diff)
downloadcontrib-a553119a2ef651c0f0e058b49c88bd125591fd51.tar.gz
contrib-a553119a2ef651c0f0e058b49c88bd125591fd51.tar.xz
inotify-tools: fix spurious /usr/share, thanks unterwulf
Diffstat (limited to 'inotify-tools')
-rw-r--r--inotify-tools/.footprint1
-rw-r--r--inotify-tools/Pkgfile2
2 files changed, 1 insertions, 2 deletions
diff --git a/inotify-tools/.footprint b/inotify-tools/.footprint
index cc6bea3b4..32138d20f 100644
--- a/inotify-tools/.footprint
+++ b/inotify-tools/.footprint
@@ -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/
diff --git a/inotify-tools/Pkgfile b/inotify-tools/Pkgfile
index 382f1de97..c5192912c 100644
--- a/inotify-tools/Pkgfile
+++ b/inotify-tools/Pkgfile
@@ -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
}

Generated by cgit