]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - misc/hdw-tools/hdw-get
testing
[hdw-linux/hdw-linux.git] / misc / hdw-tools / hdw-get
index 0360306af42e2b136c85c5dd4e77d11b94cbfca9..0ee4ba78cf521dc3dec5c4d552d55487b616ee82 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
                # 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
                done
        fi
 fi