Mercurial Hosting > luan
comparison scripts/build-luan.sh @ 1921:2364fc43037a
better spell check
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 20 Apr 2025 12:47:41 -0600 |
| parents | 5b15b33c2d9c |
| children | d2a1dbfd402f |
comparison
equal
deleted
inserted
replaced
| 1920:5b15b33c2d9c | 1921:2364fc43037a |
|---|---|
| 24 cd $LUANHOME | 24 cd $LUANHOME |
| 25 cp scripts/install.sh build/luan | 25 cp scripts/install.sh build/luan |
| 26 #chmod +x build/luan/install.sh | 26 #chmod +x build/luan/install.sh |
| 27 cp scripts/uninstall.sh build/luan | 27 cp scripts/uninstall.sh build/luan |
| 28 cp scripts/luan_editor.sh build/luan | 28 cp scripts/luan_editor.sh build/luan |
| 29 cp -r src/luan/modules/editor/dictionaries build/luan | |
| 29 | 30 |
| 30 cd build | 31 cd build |
| 31 VERSION=`java -classpath $CLASSPATH luan.Luan classpath:luan/version.luan` | 32 VERSION=`java -classpath $CLASSPATH luan.Luan classpath:luan/version.luan` |
| 32 tar -cf luan-$VERSION.tar luan | 33 tar -cf luan-$VERSION.tar luan |
| 33 | 34 |
