Fixed an error in the install script.

This commit is contained in:
Harry Moffat 2011-11-08 23:48:14 +00:00
parent 75b3ed6ef9
commit 5b03c282d8

View file

@ -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@" )