[iso] use 'opt/mhwd'

This commit is contained in:
Philip Müller 2019-08-31 05:32:58 -04:00
parent ac9e91cf52
commit 007ce7d6f8
3 changed files with 3 additions and 3 deletions

View file

@ -379,7 +379,7 @@ make_image_mhwd() {
rm ${path}${mhwd_repo}/${mhwd_clean}
done
fi
cp ${DATADIR}/pacman-mhwd.conf ${path}/opt
cp ${DATADIR}/pacman-mhwd.conf ${path}/opt/mhwd
make_repo "${path}"
configure_mhwd_drivers "${path}"

View file

@ -219,7 +219,7 @@ write_mhwdcfg_conf(){
${netinstall} && switch='false'
echo "local: ${switch}" >> "$conf"
echo '' >> "$conf"
echo 'repo: /opt/pacman-mhwd.conf' >> "$conf"
echo 'repo: /opt/mhwd/pacman-mhwd.conf' >> "$conf"
}
write_postcfg_conf(){

View file

@ -330,7 +330,7 @@ init_buildiso(){
[[ -z ${gpgkey} ]] && gpgkey=''
mhwd_repo="/opt/pkg"
mhwd_repo="/opt/mhwd/pkg"
}
init_calamares(){