wok rev 12870

Up: automake to 1.11.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 24 21:37:47 2012 +0000 (2012-05-24)
parents 74f4000df5d8
children aace7f33be08
files automake/receipt
line diff
     1.1 --- a/automake/receipt	Thu May 24 21:37:15 2012 +0000
     1.2 +++ b/automake/receipt	Thu May 24 21:37:47 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="automake"
     1.7 -VERSION="1.11.1"
     1.8 +VERSION="1.11.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Tool for automatically generating 'Makefile.in'."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -34,10 +34,8 @@
    1.13  	cp -a $_pkg/usr/bin $fs/usr
    1.14  	cp -a $_pkg/usr/share/aclocal-1.11 $fs/usr/share
    1.15  	cp -a $_pkg/usr/share/automake-1.11 $fs/usr/share
    1.16 -	cd $fs/usr/bin
    1.17 -	ln -s automake-1.11 automake-1.10
    1.18 -	ln -s aclocal-1.11 aclocal-1.10
    1.19 -	cd ../share
    1.20 -	ln -s aclocal-1.11 aclocal-1.10
    1.21 -	ln -s automake-1.11 automake-1.10
    1.22 +	ln -sf automake-1.11 $fs/usr/bin/automake-1.10
    1.23 +	ln -sf aclocal-1.11 $fs/usr/bin/aclocal-1.10
    1.24 +	ln -sf aclocal-1.11 $fs/usr/share/aclocal-1.10
    1.25 +	ln -sf automake-1.11 $fs/usr/share/automake-1.10
    1.26  }