mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-13 00:20:51 +02:00
bugfix: librecipes.bash: missing def of UTILBIN_DIR added
This commit is contained in:
@@ -20,7 +20,7 @@ DOWNLOADS_DIR="${PMODULES_DISTFILESDIR:-${TMP_DIR}/Downloads}"
|
|||||||
SRC_DIR="${TMP_DIR}/$P-$V/src"
|
SRC_DIR="${TMP_DIR}/$P-$V/src"
|
||||||
BUILD_DIR="${TMP_DIR}/$P-$V/build"
|
BUILD_DIR="${TMP_DIR}/$P-$V/build"
|
||||||
SRC_FILE="${DOWNLOADS_DIR}/${FNAME}"
|
SRC_FILE="${DOWNLOADS_DIR}/${FNAME}"
|
||||||
|
UTILBIN_DIR='libexec'
|
||||||
|
|
||||||
declare -ix PB_ERR_ARG=1
|
declare -ix PB_ERR_ARG=1
|
||||||
declare -ix PB_ERR_SETUP=2
|
declare -ix PB_ERR_SETUP=2
|
||||||
|
|||||||
Reference in New Issue
Block a user