help2man: 1.38.2 -> 1.38.4

This commit is contained in:
Danny Rawlins 2011-01-09 19:56:22 +11:00
parent 8751b522a8
commit 4e7be03b38
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/help2man
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/help2man.1.gz

View File

@ -1 +1 @@
426671c6fe79e5ef2233303367eab5a6 help2man-1.38.2.tar.gz
1441847905ca8e6b7d63def44c3be01e help2man-1.38.4.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on:
name=help2man
version=1.38.2
version=1.38.4
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
@ -18,9 +18,12 @@ build() {
--disable-nls
make
install -d $PKG/usr/lib
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
rmdir $PKG/usr/share
rmdir \
$PKG/usr/share \
$PKG/usr/lib/help2man \
$PKG/usr/lib
}