diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/lsdvd/.footprint | 7 | ||||
-rw-r--r-- | extra/lsdvd/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/extra/lsdvd/.footprint b/extra/lsdvd/.footprint index 3c04bba3f..d0684f77b 100644 --- a/extra/lsdvd/.footprint +++ b/extra/lsdvd/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lsdvd -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/lsdvd.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/lsdvd.1.gz diff --git a/extra/lsdvd/Pkgfile b/extra/lsdvd/Pkgfile index 517392bec..28eca40a7 100644 --- a/extra/lsdvd/Pkgfile +++ b/extra/lsdvd/Pkgfile @@ -13,7 +13,8 @@ build() { cd $name-$version patch -Np0 -i ../stdint_usage.patch - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make - make prefix=$PKG/usr install + make prefix=$PKG/usr mandir=$PKG/usr/share/man install } |