mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
typo
This commit is contained in:
parent
593d394e18
commit
a7de7fe2e9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
|
|||
[ -d $PKG$PREFIX/share/emacs/site-lisp ] && \
|
||||
find $PKG$PREFIX/share/emacs/site-lisp -type f -name "*.el" -exec gzip -9f {} \;
|
||||
|
||||
# magit wants to install etc/emacs/site-start.d/50magit.el which seem to be a debianism
|
||||
# magit wants to install etc/emacs/site-start.d/50magit.el which seems to be a debianism
|
||||
# and I think it sucks, so rm
|
||||
# it'll be in $PKG/usr/doc/$PRGNAM-$VERSION/ if you want it
|
||||
rm -r $PKG/etc
|
||||
|
|
Loading…
Reference in a new issue