fix cleansing
This commit is contained in:
parent
c19cb5bc09
commit
c3bb39946e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fi
|
|||
mkdir -p $PKG$PREFIX/share/emacs/site-lisp
|
||||
cp -R $REPOSITORY $PKG$PREFIX/share/emacs/site-lisp
|
||||
( cd $PKG$PREFIX/share/emacs/site-lisp/$PRGNAM
|
||||
rm -fr .git* .nosearch
|
||||
find . \( -name ".git*" -o -name ".nosearch" \) -exec rm -fr {} \;
|
||||
$EMACS -batch -f batch-byte-compile *.el
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue