mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
picolisp: Validate that correct version is built
This commit is contained in:
@@ -6,6 +6,9 @@ TERMUX_PKG_FOLDERNAME=picoLisp
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
# Validate that we have the right version:
|
||||
grep -q '16 2 7' src64/version.l
|
||||
|
||||
TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/src
|
||||
if [ $TERMUX_ARCH_BITS = 64 ]; then
|
||||
TERMUX_PKG_SRCDIR+="64"
|
||||
|
||||
Reference in New Issue
Block a user