diff options
-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 |