diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-01 15:00:51 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:01:04 -0600 |
commit | 9ec5166e11fbaa33156f47df0b98a6419e0a339a (patch) | |
tree | 3cdc347f19e7b8d0bee25bb6d3647a55c479e0fc /src | |
parent | 80401ac7e842df245c41fee340f32f7fcedd80f1 (diff) |
libretools.conf: add default for HOOKPREBUILD, comment
Diffstat (limited to 'src')
-rw-r--r-- | src/libretools.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 280bacf..54b4323 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -60,12 +60,16 @@ HOOKPRERELEASE="ssh -fN parabola" # fullpkg/treepkg # ################################################################################ +# Note: fullpkg accepts HOOK* settings not being set, treepkg requires them to +# be set. + # NOTE: fullpkg ONLY #HOOKPKGBUILDMOD="mips-add" # Run a command before running FULLBUILDCMD, usually to cleanup uneeded packages # Note: Recent versions of libremakepkg run chcleanup for you. # NOTE: treepkg ONLY +HOOKPREBUILD=":" #HOOKPREBUILD="chcleanup" ## Uncomment one of those or make one of your choice |