- script to excise the dlcompat subdirectory and rebuild the tarball
This commit is contained in:
parent
8b1de0dda4
commit
c9bb094f94
@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/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`
|
tmppath=`mktemp -d ${TMPDIR:-/tmp}/make-no-dlcompat-tarball-XXXXXX`
|
||||||
if test -z "$tmppath" ; then
|
if test -z "$tmppath" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user