diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-01 21:36:29 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-01 21:36:29 +0100 |
commit | 2a6485dba49838c5d6632d53ef6cc2f85904048d (patch) | |
tree | 5c233f459c9628a7d027d03d2e9afb18a603c8f4 /extra | |
parent | effee1fcdcfffcd7b05a9ba3eb926a429a57f270 (diff) | |
download | nutyx-extra-2a6485dba49838c5d6632d53ef6cc2f85904048d.tar.gz nutyx-extra-2a6485dba49838c5d6632d53ef6cc2f85904048d.tar.bz2 nutyx-extra-2a6485dba49838c5d6632d53ef6cc2f85904048d.tar.xz nutyx-extra-2a6485dba49838c5d6632d53ef6cc2f85904048d.zip |
vcdimager, maj des manpages
Diffstat (limited to 'extra')
-rw-r--r-- | extra/vcdimager/.footprint | 18 | ||||
-rwxr-xr-x | extra/vcdimager/Pkgfile | 3 |
2 files changed, 11 insertions, 10 deletions
diff --git a/extra/vcdimager/.footprint b/extra/vcdimager/.footprint index bc3cf1ce1..793ef337e 100644 --- a/extra/vcdimager/.footprint +++ b/extra/vcdimager/.footprint @@ -25,17 +25,17 @@ lrwxrwxrwx root/root usr/lib/libvcdinfo.so.0 -> libvcdinfo.so.0.2.0 -rwxr-xr-x root/root usr/lib/libvcdinfo.so.0.2.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libvcdinfo.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cdxa2mpeg.1.gz --rw-r--r-- root/root usr/man/man1/vcd-info.1.gz --rw-r--r-- root/root usr/man/man1/vcdimager.1.gz --rw-r--r-- root/root usr/man/man1/vcdxbuild.1.gz --rw-r--r-- root/root usr/man/man1/vcdxgen.1.gz --rw-r--r-- root/root usr/man/man1/vcdxminfo.1.gz --rw-r--r-- root/root usr/man/man1/vcdxrip.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/info/ -rw-r--r-- root/root usr/share/info/vcd-info.info.gz -rw-r--r-- root/root usr/share/info/vcdimager.info.gz -rw-r--r-- root/root usr/share/info/vcdxrip.info.gz +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/cdxa2mpeg.1.gz +-rw-r--r-- root/root usr/share/man/man1/vcd-info.1.gz +-rw-r--r-- root/root usr/share/man/man1/vcdimager.1.gz +-rw-r--r-- root/root usr/share/man/man1/vcdxbuild.1.gz +-rw-r--r-- root/root usr/share/man/man1/vcdxgen.1.gz +-rw-r--r-- root/root usr/share/man/man1/vcdxminfo.1.gz +-rw-r--r-- root/root usr/share/man/man1/vcdxrip.1.gz diff --git a/extra/vcdimager/Pkgfile b/extra/vcdimager/Pkgfile index 3a0164ec5..83221a358 100755 --- a/extra/vcdimager/Pkgfile +++ b/extra/vcdimager/Pkgfile @@ -6,7 +6,7 @@ name=vcdimager version=0.7.23 -release=2 +release=3 source=(http://ftp.twaren.net/Unix/GNU/gnu/$name/$name-$version.tar.gz) @@ -14,6 +14,7 @@ build() { cd $name-$version ./configure --prefix=/usr \ --with-xml-prefix=/usr \ + --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=$PKG install |