automake: update to 1.10.1
This commit is contained in:
parent
fd644f2a56
commit
2f35af48e6
@ -1 +1 @@
|
||||
0e2e0f757f9e1e89b66033905860fded automake-1.10.tar.bz2
|
||||
4510391e6b3edaa4cffb3ced87c9560c automake-1.10.1.tar.bz2
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user