Skip to content

Commit

Permalink
Rename configuration script
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@37 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
  • Loading branch information
eschnett committed Jun 12, 2012
1 parent c89f174 commit 1b692ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROVIDES LORENE
{
SCRIPT LORENE.sh
SCRIPT configure.sh
LANG bash
OPTIONS LORENE_DIR LORENE_INSTALL_DIR LORENE_EXTRA_LIB_DIRS LORENE_EXTRA_LIBS
}
Expand Down
2 changes: 1 addition & 1 deletion LORENE.sh → configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then
LORENE_DIR=${INSTALL_DIR}

if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
-a ${DONE_FILE} -nt ${SRCDIR}/LORENE.sh ]
-a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "LORENE has already been built; doing nothing"
Expand Down

0 comments on commit 1b692ff

Please sign in to comment.