X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-add;h=1d68800a9c2faf5d68befb55620a393f47340142;hb=51a6d79f8a532376a9f27dbb5133bf13a5474703;hp=2b4dda692f822361ccc032aef314d7156404a724;hpb=6adc79aeafb90e90c9923b3eeedab662888927e9;p=zpackage diff --git a/zpm-add b/zpm-add index 2b4dda6..1d68800 100755 --- a/zpm-add +++ b/zpm-add @@ -71,7 +71,7 @@ if [ -z "$release" ]; then if [ -z "$pkgfile" ]; then die "cannot determine package file" else - pkgstr=$(zpm findpkg $pkgfile $pkgid) + pkgstr=$(zpm findpkg -f $pkgfile $pkgid) if [ -z "$pkgstr" ]; then die "unable to find package id for $pkgid in $pkgfile" fi