X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/b91e23910ae2f433757880fa1c7e7b4a66c586e6..1f79a056146f0b172111b8379ccc344002848e66:/mklinks.in diff --git a/mklinks.in b/mklinks.in index bc27bbf..af3ac2c 100755 --- a/mklinks.in +++ b/mklinks.in @@ -2,8 +2,6 @@ # -*-sh-*- # -# $Id: mklinks.in,v 1.4 1997/09/11 09:06:34 mdw Exp $ -# # Create links to the repository # # (c) 1997 Mark Wooding @@ -27,13 +25,10 @@ # along with `common'; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log$ - # --- Configuration variables --- prefix=@prefix@ +datarootdir=@datarootdir@ datadir=@datadir@/@PACKAGE@ # --- Parse command line arguments --- @@ -52,7 +47,7 @@ EOF ;; -v | --v | --ve | --ver | --vers | --versi | --versio | --version) version=`echo '$Revision: 1.4 $' | - sed -n -e 's;^.*: \([0-9.]*\)\\$;\1;p'` + sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'` echo "mklinks $version; Common Files Distribution version @VERSION@" exit 0 ;;