diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | daa67ff1f728c07f2a116ee9a9f4505479ca6808 (patch) | |
tree | c224a537d30480002ae0560cc9104b543b4d1b5e /scripts | |
parent | 6d6973e035aac5ec1676efccd5b8ada70c40b639 (diff) | |
download | sword-sf-cvs-import-1.1.1.tar.gz |
Initial import from crosswire CVS for syncingimport-1.1.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mksword | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mksword b/scripts/mksword new file mode 100644 index 0000000..f853d1e --- /dev/null +++ b/scripts/mksword @@ -0,0 +1,6 @@ +REV=`cd ..;basename \`pwd ..\`|cut -d\- -f2` +chmod +x * +chmod +x ../apps/X11/cheatah/configure +chmod +x ../apps/X11/cheatah/missing +cp sapphire.cpp ../src/modules/common +cd ../..; tar -v -c -p -s -z --exclude sword-$REV/bin -X sword-$REV/modlist -f sword-$REV.tar.gz sword-$REV/* |