From c9bb094f9400d5b3ba06649135f9bec13208bd52 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Sep 12 2006 18:29:04 +0000 Subject: - script to excise the dlcompat subdirectory and rebuild the tarball --- diff --git a/make-no-dlcompat-tarball.sh b/make-no-dlcompat-tarball.sh index 0f2239a..3ba7b5a 100755 --- a/make-no-dlcompat-tarball.sh +++ b/make-no-dlcompat-tarball.sh @@ -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