[lib] change unique identifier file in profile repos to .buildiso

This commit is contained in:
udeved 2015-12-07 16:57:40 +01:00
parent bc9852d239
commit 6e7f540309
2 changed files with 2 additions and 2 deletions

View file

@ -499,7 +499,7 @@ check_profile_sanity(){
}
check_requirements(){
[[ -f ${run_dir}/.manjaro-tools ]] || die "${run_dir} is not a valid iso profiles directory!"
[[ -f ${run_dir}/.buildiso ]] || die "${run_dir} is not a valid iso profiles directory!"
if ! $(is_valid_arch_iso ${arch});then
die "${arch} is not a valid arch!"
fi

View file

@ -319,7 +319,7 @@ clean_dir(){
}
write_repo_conf(){
local repos=$(find $USER_HOME -type f -name ".manjaro-tools")
local repos=$(find $USER_HOME -type f -name ".buildiso")
local path name
for r in ${repos[@]}; do