Browse Source

* changed mnemosyne to pause on config/$config/.pause instead of a vague ./.pause

legacy/multilib
Alejandro Mery 20 years ago
parent
commit
e5bb1c26c9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build.sh

+ 2
- 2
build.sh

@ -16,9 +16,9 @@ pkgloop_action() {
local rc=
$cmd_buildpkg ; rc=$?
if [ -f ./.pause ]; then
if [ -f config/$config/.pause ]; then
echo_status "mnemosyne: pausing building..."
rm -f ./.pause
rm -f config/$config/.pause
exit 0
fi
return $rc

Loading…
Cancel
Save