specify mandir
This commit is contained in:
parent
8c1b18e57a
commit
db1e062853
1 changed files with 2 additions and 2 deletions
|
@ -74,10 +74,10 @@ sed -i 's|git:|http:|g' $(grep -l "git:" .* -r)
|
|||
|
||||
./acprep pull
|
||||
|
||||
./acprep opt config --prefix=/usr --python
|
||||
./acprep opt config --prefix=/usr --python --mandir=/usr/man
|
||||
|
||||
# fix a bug where Emacs' binary name isn't detected correctly (with emacs 24)
|
||||
sed -i 's|^EMACS = .*$|EMACS = emacs|g' Makefile
|
||||
#sed -i 's|^EMACS = .*$|EMACS = emacs|g' Makefile
|
||||
|
||||
./acprep opt -- make $NUMJOBS || exit 1
|
||||
./acprep opt -- make install DESTDIR=$PKG || exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue