fix bindir
[pharext/replicator.pharext.org] / bin / pecl+sig
index 33e44d20ced6d1ae3f966425006a72b1ae8807cc..4ce3e2feaa353ac18c3b7fcd04cf65170fa1cf32 100755 (executable)
@@ -24,7 +24,7 @@ function fail($pkg, $ver, $skp, $fmt) {
 }
 
 function sign($pkg, $ext) {
-       $fmt = "%s/bin/%s-sign %s %s";
+       $fmt = "%s/%s-sign %s %s";
        foreach (["rsa", "gpg"] as $sig) {
                passthru(sprintf($fmt, __DIR__, $sig, $pkg, $ext));
        }