Browse Source

automake: fixed typo in .conf file

stable/0.5
Christian Wiese 11 years ago
parent
commit
194e06255e
  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.
#
# 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
}

Loading…
Cancel
Save