summaryrefslogtreecommitdiff
path: root/bzlib-src/fixup-bzlib-src
diff options
context:
space:
mode:
Diffstat (limited to 'bzlib-src/fixup-bzlib-src')
-rwxr-xr-xbzlib-src/fixup-bzlib-src11
1 files changed, 11 insertions, 0 deletions
diff --git a/bzlib-src/fixup-bzlib-src b/bzlib-src/fixup-bzlib-src
new file mode 100755
index 0000000..e5a207f
--- /dev/null
+++ b/bzlib-src/fixup-bzlib-src
@@ -0,0 +1,11 @@
+#!/bin/sh
+# prepare fresh bzip2-* distro for the bzlib-src dir
+for tst in dlltest.c dlltest.dsp mk251.c spewG.c unzcrash.c; do
+ mv $tst tst-$tst
+done
+for win in libbz2.def libbz2.dsp makefile.msc tst-dlltest.c tst-dlltest.dsp; do
+ mv $win win-$win
+done
+for c in Makefile*; do
+ mv $c c-$c
+done