summaryrefslogtreecommitdiffstats
path: root/extra/lsdvd
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 16:02:34 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 16:02:34 +0100
commitb54b7d2b689af4e222d160d7dbe0f60a1e15f48f (patch)
treedac9f641d7c8d922699b53185d994a23a0a35440 /extra/lsdvd
parentb66f0fda514af59ea293a89c7b6e8ccf57dc68e7 (diff)
downloadnutyx-extra-b54b7d2b689af4e222d160d7dbe0f60a1e15f48f.tar.gz
nutyx-extra-b54b7d2b689af4e222d160d7dbe0f60a1e15f48f.tar.bz2
nutyx-extra-b54b7d2b689af4e222d160d7dbe0f60a1e15f48f.tar.xz
nutyx-extra-b54b7d2b689af4e222d160d7dbe0f60a1e15f48f.zip
lsdvd, maj footprint
Diffstat (limited to 'extra/lsdvd')
-rw-r--r--extra/lsdvd/.footprint7
-rw-r--r--extra/lsdvd/Pkgfile5
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
}