Преглед на файлове

mklive: make sure -r is preferred over defaults.

Juan RP преди 9 години
родител
ревизия
669ce503fc
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      mklive.sh.in

+ 2 - 1
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