- script to excise the dlcompat subdirectory and rebuild the tarball

This commit is contained in:
Nalin Dahyabhai 2006-09-12 18:29:04 +00:00
parent 8b1de0dda4
commit c9bb094f94

View File

@ -1,4 +1,7 @@
#!/bin/bash -e
#
# See ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ for unmodified sources.
#
tmppath=`mktemp -d ${TMPDIR:-/tmp}/make-no-dlcompat-tarball-XXXXXX`
if test -z "$tmppath" ; then