[util-iso-image] fix make_repo cmd

This commit is contained in:
Philip Müller 2019-12-29 09:38:50 +01:00
parent 5ac3badadf
commit 8fcab05e66

View file

@ -335,7 +335,7 @@ configure_live_image(){
} }
make_repo(){ make_repo(){
repo-add $1${mhwd_repo}/mhwd.db.tar.gz $1${mhwd_repo}/*pkg*z repo-add $1${mhwd_repo}/mhwd.db.tar.gz $1${mhwd_repo}/*pkg.tar*
} }
copy_from_cache(){ copy_from_cache(){