work in this case git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21418 10447126-35f2-4685-b0cf-6dd780d3921f
@ -14,6 +14,10 @@
automake_symlink() {
local v=$( echo $ver | cut -d'.' -f'1-2' )
# strangely ln -n is not working in this case
rm -f $oot$datadir/automake
ln -snf automake-$v $root$datadir/automake
}
hook_add postmake 5 "automake_symlink"