build-system: bugs in recipes fixed

This commit is contained in:
2024-09-25 09:32:28 +02:00
parent 6603d91503
commit fdfebe1c13
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ LUA_PREFIX="${PREFIX}/libexec/lua"
PATH="${LUA_PREFIX}/bin:$PATH" PATH="${LUA_PREFIX}/bin:$PATH"
"${SRC_DIR}"/configure \ "${SRC_DIR}"/configure \
--prefix="${LUA_PREFIX}" \ --prefix="${LUA_PREFIX}" \
--with-lua="${LUA_PREFIX}"
#--- #---
# compile & install # compile & install
+3 -2
View File
@@ -18,8 +18,9 @@ cd 'CPP/7zip/Bundles/Alone2'
#--- #---
# compile & install # compile & install
make -j -f ../../cmpl_gcc.mak #make -j -f ../../cmpl_gcc.mak
cp b/g/7zz "${PREFIX}/${UTILBIN_DIR}/sevenz" make -j 5 -f makefile.gcc
cp _o/7zz "${PREFIX}/${UTILBIN_DIR}/sevenz"
#--- #---
# post-install # post-install