X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-install;h=26095d26bd0ec80ba48e489e7cdbf9d5a18278dd;hb=fce601e1c9d98e68cc840f1281ba8bfee410a371;hp=be851acf905259657a0ca500c385daa30f838795;hpb=95c91056eb1fea49f96dcc2b1c5b91930e0b960a;p=zpackage diff --git a/zpm-install b/zpm-install index be851ac..26095d2 100755 --- a/zpm-install +++ b/zpm-install @@ -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