File: fixup-bzlib-src

package info (click to toggle)
libcompress-bzip2-perl 2.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,228 kB
  • sloc: ansic: 5,825; xml: 2,408; perl: 1,098; sh: 255; makefile: 181; pascal: 122
file content (11 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
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