mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Merge pull request #9 from genehack/misc-fixes
cleanup melpa script remove unneeded arguments to emacs calls ignore errors when removing packages
This commit is contained in:
commit
d6946fec11
1 changed files with 2 additions and 2 deletions
4
melpa
4
melpa
|
@ -7,14 +7,14 @@ cd ${BASEDIR} || exit 1
|
|||
|
||||
function melpa_clear_packages {
|
||||
echo "*** Clearing the packages folder..."
|
||||
rm -r packages/*
|
||||
rm -rf packages/*
|
||||
echo
|
||||
}
|
||||
|
||||
|
||||
function melpa_build_pkglist {
|
||||
echo "*** Building all packages..."
|
||||
emacs --batch -l package-build.el -u dcurtis --eval "(package-build-all)"
|
||||
emacs --batch -l package-build.el --eval "(package-build-all)"
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue