testing
[hdw-linux/hdw-linux.git] / misc / hdw-tools / hdw-get
index 0360306..0ee4ba7 100644 (file)
@@ -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