Skip to content

Commit

Permalink
Search deeper for dependencies
Browse files Browse the repository at this point in the history
In some case package dependencies may go deeper.
kpat in devuan is an example of this
  • Loading branch information
mavrothal committed Jan 12, 2018
1 parent 361102f commit 75df832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion woof-code/rootfs-skeleton/usr/local/petget/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ echo -n "" > /tmp/petget_missingpkgs_patterns_acc0 #120903
cp -f /tmp/petget_missingpkgs_patterns /tmp/petget_missingpkgs_patternsx
echo "$(gettext 'HIERARCHY OF MISSING DEPENDENCIES OF PACKAGE') $TREE1" > /tmp/petget_deps_visualtreelog #w017
echo "$(gettext "Format of each line: 'a-missing-dependent-pkg: missing dependencies of a-missing-dependent-pkg'")" >> /tmp/petget_deps_visualtreelog #w017
for ONELEVEL in 1 2 3 4 5 6 7 8 9 10 11
for ONELEVEL in 1 2 3 4 5 6 7 8 9 10 11 12 13
do
if [ ! -f /tmp/install_quietly ]; then
[ $ONELEVEL -gt 1 ] && pupkill $XXPID #120907
Expand Down Expand Up @@ -126,6 +126,8 @@ do
9) echo " $ONEDEP: $MISSDEPSLIST" >> /tmp/petget_deps_visualtreelog ;;
10) echo " $ONEDEP: $MISSDEPSLIST" >> /tmp/petget_deps_visualtreelog ;;
11) echo " $ONEDEP: $MISSDEPSLIST" >> /tmp/petget_deps_visualtreelog ;;
12) echo " $ONEDEP: $MISSDEPSLIST" >> /tmp/petget_deps_visualtreelog ;;
13) echo " $ONEDEP: $MISSDEPSLIST" >> /tmp/petget_deps_visualtreelog ;;
esac
break
fi
Expand Down

0 comments on commit 75df832

Please sign in to comment.