aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-06-28 20:43:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-06-28 20:43:58 -0400
commit1c50e3f5c8352b0f442719b27b4d10a5c60af9ca (patch)
treeebb5e103f342a407bf6fdcc3345fece7f9f3438b
parentc3a32be6582676f2ee3704d9e7fa3edc27d7257f (diff)
downloadtextadept-1c50e3f5c8352b0f442719b27b4d10a5c60af9ca.tar.gz
textadept-1c50e3f5c8352b0f442719b27b4d10a5c60af9ca.zip
Remove '32' from i386 executable names in package; src/Makefile
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1063c0f8..2bee3b00 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -256,6 +256,7 @@ $(basedir).x86_64: ../textadept ../textadeptjit ../textadept-ncurses \
$(basedir).i386: ../textadept32 ../textadeptjit32 ../textadept32-ncurses \
../textadeptjit32-ncurses | $(basedir)
cp -r $| $@ && cp $^ $@
+ for t in `ls $@/textadept*`; do mv $$t `echo $$t | sed -e 's/32//;'`; done
$(basedir).win32: ../textadept.exe ../textadeptjit.exe lua51.dll | $(basedir)
cp -r $| $@ && cp $^ $@
cp win32gtk/bin/*.dll $@ && cp -r win32gtk/etc win32gtk/lib win32gtk/share $@