diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-11 06:25:45 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-16 21:01:17 +1100 |
commit | 4c214bdf6987cc3f708ad09627a8be65ee734fc8 (patch) | |
tree | 97f1024ad8f0130a9b31bf2cb4c48474c98350bb /libcdio | |
parent | 3f546fddbfbc219d772dfb63b6667645784d42a3 (diff) | |
download | contrib-4c214bdf6987cc3f708ad09627a8be65ee734fc8.tar.gz contrib-4c214bdf6987cc3f708ad09627a8be65ee734fc8.tar.xz |
libcdio: fix man page location (thanks mike_k)
Diffstat (limited to 'libcdio')
-rw-r--r-- | libcdio/.footprint | 5 | ||||
-rw-r--r-- | libcdio/Pkgfile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libcdio/.footprint b/libcdio/.footprint index 00e1df76d..df223247b 100644 --- a/libcdio/.footprint +++ b/libcdio/.footprint @@ -85,5 +85,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcdio_cdda.pc -rw-r--r-- root/root usr/lib/pkgconfig/libcdio_paranoia.pc -rw-r--r-- root/root usr/lib/pkgconfig/libiso9660.pc -drwxr-xr-x root/root usr/man1/ --rw-r--r-- root/root usr/man1/cd-paranoia.1 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/cd-paranoia.1.gz diff --git a/libcdio/Pkgfile b/libcdio/Pkgfile index b51bfc6f8..a02b2f109 100644 --- a/libcdio/Pkgfile +++ b/libcdio/Pkgfile @@ -14,13 +14,13 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr \ + --mandir=/usr/man \ --disable-static make make DESTDIR=$PKG install rm -rf $PKG/usr/share - rm -r $PKG/usr/jp + rm -r $PKG/usr/man/jp } |