fix bindir
authorMichael Wallner <mike@php.net>
Wed, 6 Apr 2016 17:17:00 +0000 (19:17 +0200)
committerMichael Wallner <mike@php.net>
Wed, 6 Apr 2016 17:17:00 +0000 (19:17 +0200)
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));
        }