mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
make install through acprep
This commit is contained in:
parent
31e3e13671
commit
c134cfd13e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ sed -i 's|git:|http:|g' $(grep -l "git:" .* -r)
|
|||
sed -i 's|^EMACS = .*$|EMACS = emacs|g' Makefile
|
||||
|
||||
./acprep opt -- make $NUMJOBS || exit 1
|
||||
make install DESTDIR=$PKG || exit 1
|
||||
./acprep opt -- make install DESTDIR=$PKG || exit 1
|
||||
|
||||
mkdir -p $PKG/usr/share/emacs/site-lisp/
|
||||
cp -R lisp $PKG/usr/share/emacs/site-lisp/ledger
|
||||
|
|
Loading…
Reference in a new issue