about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-07-12 10:22:21 +0200
committerJuan RP <xtraeme@gmail.com>2013-07-12 10:22:21 +0200
commit0d79e3980b307990661e6ba140d00baa0deb1d33 (patch)
treec5cbb725b6dda821e735d644670e6a98d78a03b6 /mklive.sh.in
parentb6ae26ddf2e318c9aecf80e66188b8386af199f9 (diff)
downloadhrmpf-0d79e3980b307990661e6ba140d00baa0deb1d33.tar.gz
hrmpf-0d79e3980b307990661e6ba140d00baa0deb1d33.tar.xz
hrmpf-0d79e3980b307990661e6ba140d00baa0deb1d33.zip
mklive.sh.in: add -S to XBPS_ARGS, to make this work with remote repos.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 3571a03..a5c2832 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -363,7 +363,7 @@ if [ $? -ne 0 ]; then
     error_out
 fi
 
-XBPS_ARGS="-r $ROOTFS -y"
+XBPS_ARGS="-r $ROOTFS -Sy"
 if [ -n "$REPOSITORY_CACHE" ]; then
     XBPS_ARGS="$XBPS_ARGS -c $REPOSITORY_CACHE"
 fi