ports/opt (3.2): dvd+rw-tools: move man-pages to /usr/share/man
commit 7e5eb2442800744e461f7fde19e40def73da1b94 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Jul 26 00:40:40 2015 +0200 dvd+rw-tools: move man-pages to /usr/share/man diff --git a/dvd+rw-tools/.footprint b/dvd+rw-tools/.footprint index b3a4efe..d59c959 100644 --- a/dvd+rw-tools/.footprint +++ b/dvd+rw-tools/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dvd+rw-mediainfo -rwxr-xr-x root/root usr/bin/dvd-ram-control -rwxr-xr-x root/root usr/bin/growisofs -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/growisofs.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/growisofs.1.gz diff --git a/dvd+rw-tools/Pkgfile b/dvd+rw-tools/Pkgfile index 04d45a0..c14e30e 100644 --- a/dvd+rw-tools/Pkgfile +++ b/dvd+rw-tools/Pkgfile @@ -6,7 +6,7 @@ name=dvd+rw-tools version=7.1 -release=3 +release=4 source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/$name-$version.tar.gz \ $name.patch $name-gcc43.patch) @@ -18,7 +18,7 @@ build() { make - mkdir -p $PKG/usr/bin $PKG/usr/man/man1 + mkdir -p $PKG/usr/bin $PKG/usr/share/man/man1 for exec in \ dvd+rw-booktype \ dvd+rw-format \ @@ -28,5 +28,5 @@ build() { do install -m 755 $exec $PKG/usr/bin/ done - install -m 644 growisofs.1 $PKG/usr/man/man1/ + install -m 644 growisofs.1 $PKG/usr/share/man/man1/ }
participants (1)
-
crux@crux.nu