From c6b43eef0966205491a73eb3d576bb668d0d5446 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 25 Feb 2018 16:18:36 +0100 Subject: [PATCH] perl-5.16.1-4: Change layout of rebuild helpers Put the DEBUG at the end so that we can uncomment and still have the DEBUG to search for. --- perl-5.26.1-4.build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-5.26.1-4.build.sh b/perl-5.26.1-4.build.sh index 44193a1..ac0afea 100755 --- a/perl-5.26.1-4.build.sh +++ b/perl-5.26.1-4.build.sh @@ -46,9 +46,11 @@ fi # # A good point to place the "if false" is here. # +# Just uncomment and move the "fi" line to where +# you want to restart. # -#DEBUG#if false; then #################################################### -#DEBUG#fi ################################################################ +#if false; then ######################################################### DEBUG +#fi ######################################################### DEBUG mkdir -p $PREFIX/build cd $PREFIX/build