X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-install;h=0bbfed5d9e4bc6d08a862a482fcd92315d95de33;hb=6adc79aeafb90e90c9923b3eeedab662888927e9;hp=7c7fff1d5f2e55ba2cd6844fcffdd1574cbebb63;hpb=5a5fb3563c6eaee14fb03fae46c1b5612a7c8d57;p=zpackage diff --git a/zpm-install b/zpm-install index 7c7fff1..0bbfed5 100755 --- a/zpm-install +++ b/zpm-install @@ -144,15 +144,15 @@ for pkgstr in "$@"; do if [ $dryrun -gt 0 ]; then #zpm list -v #zpm shell $ZPMDB 'select * from install_status' - zpm pkgfiles -nv -f $pkgfile + zpm syncfs -nv -f $pkgfile zpm pkg $pkgid status=dryrun continue fi - zpm pkgfiles -f $pkgfile + zpm syncfs -f $pkgfile if [ $? -ne 0 ]; then - die 'zpm-pkgfiles failed'; + die 'zpm-syncfs failed'; fi if [ $runscripts -gt 0 ]; then