diff options
-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 |