X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=misc%2Fhdw-tools%2Fhdw-get;h=0ee4ba78cf521dc3dec5c4d552d55487b616ee82;hb=6a4a665751ecc7199f813268265094006359319d;hp=0360306af42e2b136c85c5dd4e77d11b94cbfca9;hpb=a02ab71e7c163f0310b5b1f580ce43ed3b28e450;p=hdw-linux%2Fhdw-linux.git diff --git a/misc/hdw-tools/hdw-get b/misc/hdw-tools/hdw-get index 0360306..0ee4ba7 100644 --- a/misc/hdw-tools/hdw-get +++ b/misc/hdw-tools/hdw-get @@ -277,7 +277,9 @@ elif [ "$d_install" = "1" ] ; then # install all distribution related packages for package in `cat $dist_file`; do # execute myelf - $0 -b install $inst_root $package + auto="" + [ "$auto_resolve_deps" = "1" ] && auto="-a" + $0 $auto -b install $inst_root $package done fi fi