dialog: updated to 1.2-20150920 and fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-20 18:58:39 +00:00
parent dd425cb22c
commit 2eb6a2fa9f
3 changed files with 6 additions and 6 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dialog
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdialog.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dialog.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/dialog.1.gz

View File

@ -1 +1 @@
38ef59a7daa5459119cb06777c735e4b dialog-1.2-20150225.tgz
2b7c002b0a88ce1e0014af34b6b1ebdc dialog-1.2-20150920.tgz

View File

@ -5,7 +5,7 @@
# Depends on: ncurses
name=dialog
version=1.2-20150225
version=1.2-20150920
release=1
source=(ftp://dickey.his.com/$name/$name-$version.tgz)
@ -13,7 +13,6 @@ build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ncursesw
make