Browse Source

automake: fixed typo in .conf file

stable/0.6
Christian Wiese 12 years ago
parent
commit
3f5f8cff1d
  1. 4
      base/automake/automake.conf

4
base/automake/automake.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../automake/automake.conf # 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. # 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' ) local v=$( echo $ver | cut -d'.' -f'1-2' )
# strangely ln -n is not working in this case # 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 ln -snf automake-$v $root$datadir/automake
} }

Loading…
Cancel
Save