pkg(common): Add prefix variable

Prefix is used for autoconf based projects so that absolute paths can be used.
This commit is contained in:
Thomas Hobson 2021-02-27 21:53:42 +13:00
parent 99dee4c904
commit 0159891ed9
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN_FILE=${BUILD_DIR}run
COMPILE_FILE=${BUILD_DIR}compile
ENV_FILE=${BIN_DIR}environment
INFO_FILE=${BUILD_DIR}pkg-info.jq
PREFIX=/piston/packages/${NAME}/${VERSION}/${PKG_SLUG}
PKG_FILE=${PKG_SLUG}.pkg.tar.gz