diff options
| author | fukachan <fukachan> | 2003-02-11 11:10:57 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-02-11 11:10:57 +0000 |
| commit | b0b36e0d77666bc0178db3e96d769aaa27618d5a (patch) | |
| tree | 379a8c988c18e0fda216fbb302904877dee2268c /regress | |
| parent | 85fb3948c898d770748210f4523090d7fb6fd7af (diff) | |
| download | fml8-b0b36e0d77666bc0178db3e96d769aaa27618d5a.tar.gz fml8-b0b36e0d77666bc0178db3e96d769aaa27618d5a.tar.bz2 fml8-b0b36e0d77666bc0178db3e96d769aaa27618d5a.zip | |
switch INSTALL.sh to install.pl
Diffstat (limited to 'regress')
| -rwxr-xr-x | regress/simulation/install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/simulation/install.sh b/regress/simulation/install.sh index 4ba06fae..903fae90 100755 --- a/regress/simulation/install.sh +++ b/regress/simulation/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FML: install.sh,v 1.12 2002/04/22 04:43:58 fukachan Exp $ +# $FML: install.sh,v 1.13 2003/01/28 09:06:07 fukachan Exp $ # if [ ! -f .this_is_a_test_machine ];then @@ -24,10 +24,10 @@ if [ -d /var/spool/ml/elena ];then cp config.cf /var/spool/ml/elena/config.cf fi -(cd ../../fml/etc/;sh .gen.sh) +( cd ../../fml/etc/; sh .gen.sh ) sudo rm -f /etc/fml/main.cf sudo rm -f /etc/fml/site_default_config.cf sudo rm -f /usr/local/libexec/fml/loader -(cd ../..; sudo ./install.pl fml/etc/install.cf ) +( cd ../..; sudo make install ) sudo -v |
