aboutsummaryrefslogtreecommitdiff
path: root/testing/keychain/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 00:57:18 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 00:57:18 +0300
commitd6211c84f363205bba2b8b4f28366484aa5090f5 (patch)
treea38756eb5e9eef89d981ba93c9a8372bdb5d122f /testing/keychain/build
parentef0205d04218c7f6ea9b01afae58beb1e324bb42 (diff)
downloadrepository-d6211c84f363205bba2b8b4f28366484aa5090f5.tar.gz
keychain: added package to testing
Diffstat (limited to 'testing/keychain/build')
-rwxr-xr-xtesting/keychain/build4
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"