aboutsummaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 0bb793b5bf..6a3cea54e5 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -262,6 +262,9 @@ patch-ftp-install: prep-ftp-install
chmod g+w ${FTPDIR}/V${VERSION}/patch-${VERSION}-$(PREVIOUSVERSION).gz
deb:
- rm -rf ../debian
+ rm -rf ../debian ../../coq-7.0.0.orig ../../coq_7.0.0_* ../../coq_7.0.0.*
+ cd ../.. ; cp -a coq-7.0.0 coq-7.0.0.orig
cp -a debian ..
cd .. ; dpkg-buildpackage -rfakeroot -uc -us
+# rm -rf ../debian
+