summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libretools.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 747d28c..5e45350 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -77,9 +77,9 @@ COMMITCMD=git
## Uncomment one of those or make one of your choice
# Normal fullpkg
-FULLBUILDCMD="sudo libremakepkg -cuN"
+FULLBUILDCMD="sudo libremakepkg"
# Cross compiling fullkpg
-# FULLBUILDCMD="sudo libremakepkg -cuN -d '/path/to/cross-compiling/chroot'"
+# FULLBUILDCMD="sudo libremakepkg -n cross-compile-chroot"
# Build from within the chroot (or host system)
# FULLBUILDCMD="makepkg -sL --noconfirm"