]> pd.if.org Git - zpackage/blobdiff - zpm-install
more chatter in zpm-install
[zpackage] / zpm-install
index be851acf905259657a0ca500c385daa30f838795..26095d26bd0ec80ba48e489e7cdbf9d5a18278dd 100755 (executable)
@@ -93,7 +93,11 @@ for pkg in $pkglist; do
        # zpm setmark installing $pkg
        # install all the files for a package
        # TODO install directories first in order of path length
-       pathlist | xargs zpm ipkgfile -R "$pkgroot" -f $pkgfile -- $pkg 
+       echo installing $pkglist
+       filecount=$(pathlist | wc -l)
+       echo $filecount files
+       pathlist
+       pathlist | xargs -t zpm ipkgfile -R "$pkgroot" -f $pkgfile -- $pkg
 
        # TODO find scripts marked as post-install
        # TODO if this is an upgrade, run post-upgrade