fix: installing handlers as prerequisite for packages
This commit is contained in:
parent
a6235ac38c
commit
043c652a30
1 changed files with 1 additions and 1 deletions
2
instalee
2
instalee
|
@ -46,7 +46,7 @@ installpkg() {
|
||||||
local pkghandlers="$(find "$dir_package" -type f -printf "%f\n" 2>/dev/null)"
|
local pkghandlers="$(find "$dir_package" -type f -printf "%f\n" 2>/dev/null)"
|
||||||
for handler in $pkghandlers
|
for handler in $pkghandlers
|
||||||
do installpkg --quiet "$handler" &&
|
do installpkg --quiet "$handler" &&
|
||||||
echo "$handler" >>"$pkghandlers" &&
|
echo "$handler" >>"$handlersfile" &&
|
||||||
package_available_entries=$(getentries "$1") &&
|
package_available_entries=$(getentries "$1") &&
|
||||||
break
|
break
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue