Mercurial Hosting > luan
comparison scripts/build-luan.sh @ 1925:0156fe64a610
move editor out
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Mon, 21 Apr 2025 13:06:14 -0600 |
| parents | d2a1dbfd402f |
| children | 00f1a660cb6b |
comparison
equal
deleted
inserted
replaced
| 1924:8c637b047a42 | 1925:0156fe64a610 |
|---|---|
| 23 | 23 |
| 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 | |
| 29 cp -r src/luan/modules/editor/dictionaries build/luan | |
| 30 hg identify >build/luan/hg_rev.txt | 28 hg identify >build/luan/hg_rev.txt |
| 31 | 29 |
| 32 cd build | 30 cd build |
| 33 tar -cf luan.tar luan | 31 tar -cf luan.tar luan |
| 34 cp luan.tar $LUANHOME/website/src/download | 32 cp luan.tar $LUANHOME/website/src/download |
