Revision: | 35 |
Committed: | Fri Jul 25 20:49:28 2008 UTC (13 years, 11 months ago) by tjod | File size: | 177 byte(s) |
Log Message: | tweak installation scripts |
Line | File contents |
---|---|
1 | #!/bin/sh |
2 | |
3 | # would do any platform-specific configuration here... |
4 | |
5 | if ! [ $FREEMOL ]; then |
6 | echo "FREEMOL variable must be defined" |
7 | exit |
8 | fi |
9 | |
10 | echo "Will install into " $FREEMOL |
Name | Value |
---|---|
svn:executable | * |