about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-11-02 17:16:01 +0100
committerJuan RP <xtraeme@voidlinux.eu>2015-11-02 17:16:01 +0100
commit669ce503fc7ff6ced212b9844ca0c16fe70ae878 (patch)
tree19da596633fce14d353bab567be4f9ecde0b8f42 /mklive.sh.in
parentc0938bdb3be666b914620d7ffa33225936d8c1c3 (diff)
downloadhrmpf-669ce503fc7ff6ced212b9844ca0c16fe70ae878.tar.gz
hrmpf-669ce503fc7ff6ced212b9844ca0c16fe70ae878.tar.xz
hrmpf-669ce503fc7ff6ced212b9844ca0c16fe70ae878.zip
mklive: make sure -r is preferred over defaults.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 913a0c3..21025ef 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -265,7 +265,6 @@ generate_iso_image() {
         -output "$CURDIR/$OUTPUT_FILE" "$IMAGEDIR" || die "Failed to generate ISO image"
 }
 
-XBPS_REPOSITORY="--repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current"
 #
 # main()
 #
@@ -290,6 +289,8 @@ while getopts "a:b:r:c:C:T:Kk:l:i:s:S:o:p:h" opt; do
 done
 shift $((OPTIND - 1))
 
+XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current"
+
 ARCH=$(uname -m)
 
 # Set defaults