Browse Source

Fix running tests after cleanup

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
80607a764d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup/functions.sh

+ 1
- 1
setup/functions.sh View File

@@ -631,7 +631,7 @@ function run_make() {

_prebuild "${pkgname}" "${pkgdir}"

if [ ! -f "${pkgdir}/.stamp_custom_run" ]; then
if [ ! -f "${pkgdir}/.stamp_custom_run" ] && [ ! -f "${pkgdir}/.stamp_cleanup" ]; then
pushd "${pkgdir}"
make ${MAKE_ARGS} ${makerule}
touch .stamp_custom_run


Loading…
Cancel
Save