buildiso: update default repo var

This commit is contained in:
udeved 2016-10-25 17:16:09 +02:00
parent 3b31aac16f
commit 0e115f4850
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
################ buildiso ################
# the name of the profiles directory
# profile_repo='manjaro-tools-iso-profiles'
# profile_repo='iso-profiles'
# default iso build list; name without .list extension
# build_list_iso=default

View file

@ -307,7 +307,7 @@ init_buildiso(){
[[ -z ${use_overlayfs} ]] && use_overlayfs='true'
[[ -z ${profile_repo} ]] && profile_repo='manjaro-tools-iso-profiles'
[[ -z ${profile_repo} ]] && profile_repo='iso-profiles'
mhwd_repo="/opt/pkg"
}