aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-12-26 20:25:23 +0000
committerschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-12-26 20:25:23 +0000
commit7c8ad4c403e4f2fc56fba164ebd452ae421c164f (patch)
tree18da2f230752352a9812abb0dca867036d94c9c0
parentf5f379baaf8cb2d92906176e1eb7b0d19df228ed (diff)
Correct install commands
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@7 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--LORENE.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LORENE.sh b/LORENE.sh
index 02787c6..aa7b3ed 100644
--- a/LORENE.sh
+++ b/LORENE.sh
@@ -61,7 +61,7 @@ unset MAKEFLAGS
find ${NAME} -name Makefile |
xargs perl -pi -e 's+ mv \*.o Objects_g+# mv *.o Objects_g+'
find ${NAME} -name Makefile |
- xargs perl -pi -e 's+install: \$\(LIB\)/liblorenef77_g.a \$\(LIB\)/liblorenef77.a+install: \$(LIB)/liblorenef77.a+'
+ xargs perl -pi -e 's+install: \$\(LIB\) \$\(LIB\)/liblorenef77_g.a \$\(LIB\)/liblorenef77.a+install: \$(LIB) \$(LIB)/liblorenef77.a+'
popd
echo "LORENE: Configuring..."