emacsPackages.mu4e: build package tarball in postBuild instead
This commit is contained in:
@@ -12,8 +12,7 @@ elpaBuild {
|
||||
|
||||
# prepare a multi-file package tar archive according to info
|
||||
# "(elisp) Multi-file Packages" for elpaBuild to install
|
||||
postUnpack = ''
|
||||
pushd mu-*-mu4e
|
||||
postBuild = ''
|
||||
local content_directory=$pname-$version
|
||||
mkdir $content_directory
|
||||
cp --verbose share/emacs/site-lisp/mu4e/*.el $content_directory/
|
||||
@@ -21,7 +20,6 @@ elpaBuild {
|
||||
cp --verbose share/info/* $content_directory/
|
||||
src=$PWD/$content_directory.tar
|
||||
tar --create --verbose --file=$src $content_directory
|
||||
popd
|
||||
'';
|
||||
|
||||
ignoreCompilationError = false;
|
||||
|
||||
Reference in New Issue
Block a user