di: updated to 4.40 and fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-23 09:08:06 +00:00
parent 6b593d881f
commit 60107b5c0f
3 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
d116a6bb04ac39213f07f1e5318b5ea9 di-4.34.tar.gz
3cc6bec3695e9645355a3c6a6d0d6b10 di-4.40.tar.gz

View File

@ -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
}