contrib/packagelib.sh
branchstable
changeset 29641 13f90dde8f8c
parent 26833 6474b64045fb
child 32777 9dccaff02ad5
--- a/contrib/packagelib.sh	Fri Jul 29 00:39:59 2016 +0200
+++ b/contrib/packagelib.sh	Fri Jul 29 00:45:24 2016 +0200
@@ -8,7 +8,7 @@
 #
 # node: the node|short hg was built from, or empty if built from a tag
 gethgversion() {
-    make clean
+    make cleanbutpackages
     make local || make local PURE=--pure
     HG="$PWD/hg"