mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
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:
parent
0164ab69a2
commit
d57589790f
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -66,7 +66,7 @@ done
|
|||
|
||||
|
||||
if [[ "$#" == "0" ]]; then
|
||||
set -- clear build index validate
|
||||
set -- build index validate
|
||||
fi
|
||||
|
||||
for i; do
|
||||
|
|
Loading…
Add table
Reference in a new issue