diff options
| author | fukachan <fukachan> | 2005-05-27 04:41:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-05-27 04:41:13 +0000 |
| commit | 8764c2fcf4bd8b42e5e208222faae403d9b4d661 (patch) | |
| tree | 7273c1a00996f95f3dbe9a75cf04c5c79ce17e6b /regress/simulation | |
| parent | bd1dafc72a4def043cbf4da04a9d50b12b8fc0d1 (diff) | |
| download | fml8-8764c2fcf4bd8b42e5e208222faae403d9b4d661.tar.gz fml8-8764c2fcf4bd8b42e5e208222faae403d9b4d661.tar.bz2 fml8-8764c2fcf4bd8b42e5e208222faae403d9b4d661.zip | |
define version as 7.98.1-YYYYMMDD
Diffstat (limited to 'regress/simulation')
| -rwxr-xr-x | regress/simulation/install.sh | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/regress/simulation/install.sh b/regress/simulation/install.sh index 6f012912..7da13eb5 100755 --- a/regress/simulation/install.sh +++ b/regress/simulation/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FML: install.sh,v 1.16 2004/09/29 06:00:52 fukachan Exp $ +# $FML: install.sh,v 1.17 2004/12/08 06:43:08 fukachan Exp $ # prefix=/usr/local @@ -36,6 +36,13 @@ fi sudo rm -f $conf_dir/fml/main.cf sudo rm -f $conf_dir/fml/site_default_config.cf sudo rm -f /usr/local/libexec/fml/loader -( cd ../..; sudo make install ) + +date=`date +%C%y%m%d` +( + cd ../..; + echo "7.98.1-$date" > .version + sudo make install + rm -f .version +) sudo -v |
