diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
commit | a25c9b9a4254187fce9d424fa31de0eec35f5ff3 (patch) | |
tree | 0a62ce4f05aaa141fb43fdb488393f8c0cb4eb63 /testing/keychain/build | |
parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz |
move gpg2 toolchain to extra
Diffstat (limited to 'testing/keychain/build')
-rwxr-xr-x | testing/keychain/build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/keychain/build b/testing/keychain/build deleted file mode 100755 index 0d123d77..00000000 --- a/testing/keychain/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e - -install -Dm755 keychain "$1/usr/bin/keychain" -install -Dm644 keychain.1 "$1/usr/share/man/keychain.1" |