Skip to content

Commit

Permalink
perl-5.16.1-4: Change layout of rebuild helpers
Browse files Browse the repository at this point in the history
Put the DEBUG at the end so that we can uncomment and still have the
DEBUG to search for.
  • Loading branch information
donald committed Feb 25, 2018
1 parent faf3764 commit c6b43ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions perl-5.26.1-4.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6b43ee

Please sign in to comment.