# HG changeset patch # User Christopher Rogers # Date 1337895467 0 # Node ID e552d81cb0663714749dcef62484458b5feb6127 # Parent 74f4000df5d85927e2725011068c47b076aca64e Up: automake to 1.11.3. diff -r 74f4000df5d8 -r e552d81cb066 automake/receipt --- a/automake/receipt Thu May 24 21:37:15 2012 +0000 +++ b/automake/receipt Thu May 24 21:37:47 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="automake" -VERSION="1.11.1" +VERSION="1.11.3" CATEGORY="development" SHORT_DESC="Tool for automatically generating 'Makefile.in'." MAINTAINER="pankso@slitaz.org" @@ -34,10 +34,8 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/aclocal-1.11 $fs/usr/share cp -a $_pkg/usr/share/automake-1.11 $fs/usr/share - cd $fs/usr/bin - ln -s automake-1.11 automake-1.10 - ln -s aclocal-1.11 aclocal-1.10 - cd ../share - ln -s aclocal-1.11 aclocal-1.10 - ln -s automake-1.11 automake-1.10 + ln -sf automake-1.11 $fs/usr/bin/automake-1.10 + ln -sf aclocal-1.11 $fs/usr/bin/aclocal-1.10 + ln -sf aclocal-1.11 $fs/usr/share/aclocal-1.10 + ln -sf automake-1.11 $fs/usr/share/automake-1.10 }