Don't clear packages before building by default.

By default, the melpa script will no longer delete all packages before
rebuilding.  The package-build.el script should automatically clean
out old packages.
This commit is contained in:
Donald Curtis 2012-04-17 21:39:01 -05:00
parent 0164ab69a2
commit d57589790f

2
melpa
View file

@ -66,7 +66,7 @@ done
if [[ "$#" == "0" ]]; then
set -- clear build index validate
set -- build index validate
fi
for i; do