commit 60107b5c0f68e8b17b99418ac17803eabf3ff8cd Author: Jose V Beneyto <sepen@crux.nu> Date: Sat Jan 23 09:08:06 2016 +0000 di: updated to 4.40 and fixed mandir location diff --git a/di/.footprint b/di/.footprint index 42f3ee2..5378543 100644 --- a/di/.footprint +++ b/di/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/di lrwxrwxrwx root/root usr/bin/mi -> di -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/di.1.gz -lrwxrwxrwx root/root usr/man/man1/mi.1.gz -> di.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/di.1.gz +lrwxrwxrwx root/root usr/share/man/man1/mi.1.gz -> di.1.gz diff --git a/di/.md5sum b/di/.md5sum index 9db2f98..b9e2e7c 100644 --- a/di/.md5sum +++ b/di/.md5sum @@ -1 +1 @@ -d116a6bb04ac39213f07f1e5318b5ea9 di-4.34.tar.gz +3cc6bec3695e9645355a3c6a6d0d6b10 di-4.40.tar.gz diff --git a/di/Pkgfile b/di/Pkgfile index e425b5c..dfc5ea3 100644 --- a/di/Pkgfile +++ b/di/Pkgfile @@ -4,7 +4,7 @@ # Packager: Jose V Beneyto, sepen at crux dot nu name=di -version=4.34 +version=4.40 release=1 source=(http://www.gentoo.com/$name/$name-$version.tar.gz) @@ -19,6 +19,6 @@ build() { install -D -m 0755 C/$name $PKG/usr/bin/$name ln -s $name $PKG/usr/bin/mi - install -D -m 0644 $name.1 $PKG/usr/man/man1/$name.1 - ln -s $name.1 $PKG/usr/man/man1/mi.1 + install -D -m 0644 $name.1 $PKG/usr/share/man/man1/$name.1 + ln -s $name.1 $PKG/usr/share/man/man1/mi.1 }