wok diff automake/receipt @ rev 12994

Up: meld to 1.6.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 06 05:42:51 2012 +0000 (2012-06-06)
parents 4219237b4608
children a09e9d64e4c9
line diff
     1.1 --- a/automake/receipt	Tue Apr 24 16:39:04 2012 +0200
     1.2 +++ b/automake/receipt	Wed Jun 06 05:42:51 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  }