|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../automake/automake.conf |
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2013 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -16,7 +16,7 @@ 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 |
|
|
|
|
rm -f $root$datadir/automake |
|
|
|
|
ln -snf automake-$v $root$datadir/automake |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|