diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-02 10:54:38 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-02 10:54:38 -0500 |
commit | f4cbeda3df6775d9204ceb8b151dd9ec9bbc7493 (patch) | |
tree | 9929d8a996b8db621fa96f88d55f0ebfe12412e2 /libretools.conf | |
parent | a3c04037573d522a394f6e2715b82ca796f9bf46 (diff) |
libretools.conf option for using libremakepkg in fullpkg
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libretools.conf b/libretools.conf index eb0a1ff..4badc5c 100644 --- a/libretools.conf +++ b/libretools.conf @@ -52,6 +52,7 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ ## Build cmd for fullpkg-ng ## Uncomment one of those or make one of your choice +#FULLBUILDCMD="sudo libremakepkg -siL -M --noconfirm -M --nocheck" #FULLBUILDCMD="makepkg --noconfirm --nocheck -sciL" #FULLBUILDCMD="here is a place for cross-compiling build cmd" |