diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 00:57:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 00:57:18 +0300 |
commit | d6211c84f363205bba2b8b4f28366484aa5090f5 (patch) | |
tree | a38756eb5e9eef89d981ba93c9a8372bdb5d122f /testing/keychain/build | |
parent | ef0205d04218c7f6ea9b01afae58beb1e324bb42 (diff) | |
download | repository-d6211c84f363205bba2b8b4f28366484aa5090f5.tar.gz |
keychain: added package to testing
Diffstat (limited to 'testing/keychain/build')
-rwxr-xr-x | testing/keychain/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/keychain/build b/testing/keychain/build new file mode 100755 index 00000000..0d123d77 --- /dev/null +++ b/testing/keychain/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm755 keychain "$1/usr/bin/keychain" +install -Dm644 keychain.1 "$1/usr/share/man/keychain.1" |