diff options
author | Thomas Penteker <tek@serverop.de> | 2012-07-13 17:08:45 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2012-07-13 17:08:45 +0200 |
commit | 5f74f7ee2b5e26a16acd6a04b6d618157c25b097 (patch) | |
tree | eb479e85296b9cd21aba7f5e3d70ced4816f0bdb /inotify-tools | |
parent | a3ef14cb74534f5f3b55c24957fac4e6e93d426c (diff) | |
download | contrib-5f74f7ee2b5e26a16acd6a04b6d618157c25b097.tar.gz contrib-5f74f7ee2b5e26a16acd6a04b6d618157c25b097.tar.xz |
inotify-tools: fix mandir, thanks unterwulf
Diffstat (limited to 'inotify-tools')
-rw-r--r-- | inotify-tools/.footprint | 8 | ||||
-rw-r--r-- | inotify-tools/Pkgfile | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/inotify-tools/.footprint b/inotify-tools/.footprint index ea1c1351f..cc6bea3b4 100644 --- a/inotify-tools/.footprint +++ b/inotify-tools/.footprint @@ -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 diff --git a/inotify-tools/Pkgfile b/inotify-tools/Pkgfile index 5bf46e840..382f1de97 100644 --- a/inotify-tools/Pkgfile +++ b/inotify-tools/Pkgfile @@ -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 |