File pre_checkin.sh of Package mjpegtools
#!/bin/sh for i in mjpegtools-*tar.bz2 ; do case $i in *patched*) continue ;; esac f="$(echo "$i" | sed 's|\.tar\.|-patched&|g')" test -f "$f" && continue sh mjpegtools-codecpatch.sh $PWD $i "$f" done
#!/bin/sh for i in mjpegtools-*tar.bz2 ; do case $i in *patched*) continue ;; esac f="$(echo "$i" | sed 's|\.tar\.|-patched&|g')" test -f "$f" && continue sh mjpegtools-codecpatch.sh $PWD $i "$f" done