janet: fix internal PREFIX.
This commit is contained in:
parent
97136fa2e5
commit
35c1c8f3a9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'janet'
|
||||
pkgname=janet
|
||||
version=1.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
_soname="${version%.*}"
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -22,7 +22,7 @@ esac
|
|||
|
||||
pre_build() {
|
||||
CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \
|
||||
make build/janet.c JANET_BUILD=\\\"release\\\"
|
||||
make build/janet.c JANET_BUILD=\\\"release\\\" PREFIX=/usr
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
|
|
Loading…
Reference in a new issue