diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:50 +0100 |
commit | a2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (patch) | |
tree | c84b35bb1a5ad70cf82053143776e5dc47860a2d /package/keychain/patches | |
parent | 834241eb737720ba7ec1a15f81bc29ace5fdb12c (diff) | |
parent | 10a4e449eebc151f3bc7774433a53ee1a44c9919 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/keychain/patches')
-rw-r--r-- | package/keychain/patches/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/keychain/patches/patch-Makefile b/package/keychain/patches/patch-Makefile new file mode 100644 index 000000000..487051824 --- /dev/null +++ b/package/keychain/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- keychain-2.7.1.orig/Makefile 2010-05-07 19:24:14.000000000 +0200 ++++ keychain-2.7.1/Makefile 2010-11-27 23:36:29.000000000 +0100 +@@ -44,7 +44,7 @@ GENKEYCHAINPL = open P, "keychain.txt" o + s/\#\#VERSION\#\#/$V/g || die; \ + print + +-keychain: keychain.sh keychain.txt ++keychain: keychain.sh + perl -e '$(GENKEYCHAINPL)' >keychain || rm -f keychain + chmod +x keychain + |