automake: update to 1.10.1

This commit is contained in:
Juergen Daubert 2008-01-23 11:30:26 +01:00
parent fd644f2a56
commit 2f35af48e6
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
0e2e0f757f9e1e89b66033905860fded automake-1.10.tar.bz2
4510391e6b3edaa4cffb3ced87c9560c automake-1.10.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: gawk, perl, autoconf
name=automake
version=1.10
version=1.10.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
@ -13,7 +13,7 @@ build () {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/bin/{automake-*,aclocal-*} \
$PKG/usr/share/{info,doc} \
$PKG/usr/share/automake-*/texinfo.tex
rm -r $PKG/usr/bin/{automake-*,aclocal-*} \
$PKG/usr/share/{info,doc} \
$PKG/usr/share/automake-*/texinfo.tex
}