]> pd.if.org Git - zpackage/blobdiff - zpm-contents
fix ambiguous column
[zpackage] / zpm-contents
index acd06362da3edf78791437629a1efb9853eb2d9d..18fac9443dc45360dbb947f89c7bfcf40042c12f 100755 (executable)
@@ -114,7 +114,7 @@ cols=${cols%,}
        if [ -n "$status" ]; then
                printf "and P.status = '%s'\n" "$status"
        fi
-       printf 'order by package,version collate vercmp, release, path\n'
+       printf 'order by PF.package, PF.version collate vercmp, PF.release, PF.path\n'
        printf ';\n'
 } | zpm shell $pkgfile
 #} | cat