From 5b03c282d8e7f555e1b6acf53020321c41a887a8 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 8 Nov 2011 23:48:14 +0000 Subject: [PATCH] Fixed an error in the install script. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d683ad86f..b672a59d6 100755 --- a/Makefile.in +++ b/Makefile.in @@ -197,7 +197,7 @@ finish-install: @INSTALL@ -d @ct_dir@/apps/include @INSTALL@ -d @ct_dir@/apps/bin @INSTALL@ -d @ct_dir@/apps/lib - -( cd @ct_dir/apps ; -$(RMDIRTREE) lib/* include/* bin/* ) + -( cd @ct_dir@/apps ; -$(RMDIRTREE) lib/* include/* bin/* ) -( cd bin ; @INSTALL@ -c exp3to2.sh "@ct_bindir@" ) -( cd bin ; @INSTALL@ -c csvdiff "@ct_bindir@" ) -( cd bin ; @INSTALL@ -c install_tsc "@ct_bindir@" )