diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 11:02:55 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 11:02:55 +0200 |
commit | 203fb2c1f543bfb3caa13a4108a9d9cd386903ae (patch) | |
tree | 64258f070f6081c2981b4300d319f59f96f4a687 /libretools.conf | |
parent | c3d8e13891a935f658f77cf15009d1491c513703 (diff) |
Enable dependency checks for libremakepkg used by fullpkg, they might be needed.
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libretools.conf b/libretools.conf index 9e7f938..514c37d 100644 --- a/libretools.conf +++ b/libretools.conf @@ -49,9 +49,9 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git ## Uncomment one of those or make one of your choice # Normal fullpkg -FULLBUILDCMD="sudo libremakepkg -cuN -- -d" +FULLBUILDCMD="sudo libremakepkg -cuN" # Cross compiling fullkpg -# FULLBUILDCMD="sudo libremakepkg -cuN -d '/path/to/cross-compiling/chroot' -- -d" +# FULLBUILDCMD="sudo libremakepkg -cuN -d '/path/to/cross-compiling/chroot'" ## Toru # Section for toru's vars |