diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-25 01:30:46 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-25 01:30:46 -0500 |
commit | 0b66a220ed2f208123b7b349d44060f3d678bc5a (patch) | |
tree | d824284313fb604c3fd4f061a69a687890c050fc /libretools.conf | |
parent | fcff5c5c4341e84f6580289dff270f1af8ea7080 (diff) |
* Mostly working fullpkg-ng
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index 8a7769f..70479a3 100644 --- a/libretools.conf +++ b/libretools.conf @@ -50,8 +50,13 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ #COMMITCMD=git #COMMITCMD=hg +## Build cmd for fullpkg-ng +## Uncomment one of those or make one of your choice +#FULLBUILDCMD="makepkg --noconfirm --nocheck -sciL" +#FULLBUILDCMD="here is a place for cross-compiling build cmd" + # Checks if vars aren't empty -# + for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT COMMITCMD DIFFTOOL; do |