fix cleansing

This commit is contained in:
Gwenhael Le Moine 2010-07-21 14:28:00 +07:00
parent c19cb5bc09
commit c3bb39946e

View file

@ -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
)