mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/menhir: Fix embedded path in menhir binary.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9aabd52ef3
commit
709c5dbfd6
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ sed -i -e 's/share\/doc/doc\//' -e 's/share\/man/man\//' Makefile
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make -j1 PREFIX=$PKG/usr all
|
||||
make -j1 PREFIX=/usr all
|
||||
make install PREFIX=$PKG/usr
|
||||
|
||||
# "Installing MenhirLib via ocamlfind" ignores PREFIX= :-(
|
||||
|
|
Loading…
Reference in a new issue