]> granicus.if.org Git - php/commitdiff
Add --force so release package building works
authorWez Furlong <wez@php.net>
Thu, 22 May 2003 00:26:02 +0000 (00:26 +0000)
committerWez Furlong <wez@php.net>
Thu, 22 May 2003 00:26:02 +0000 (00:26 +0000)
makedist

index 3883a2ce21c0d617a13fcbadb22a5d7144e84580..8b2cf08f7e01d138c6c144f2d8e9691372dca80f 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -112,7 +112,7 @@ done
 # generate some files so people don't need bison, flex and autoconf
 # to install
 set -x
-./buildconf --copy
+./buildconf --copy --force
 
 # remove buildmk.stamp. Otherwise, buildcheck.sh might not be run,
 # when a user runs buildconf in the distribution.