mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Remove '-u dcurtis' from package-build invocation
Eliminates errors for people who aren't named 'dcurtis'...
This commit is contained in:
parent
ec662f82c5
commit
9cac213aab
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -14,7 +14,7 @@ function melpa_clear_packages {
|
|||
|
||||
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