summaryrefslogtreecommitdiffstats
path: root/crypto/gtk2-ssh-askpass/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gtk2-ssh-askpass/INSTALL')
-rwxr-xr-xcrypto/gtk2-ssh-askpass/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/gtk2-ssh-askpass/INSTALL b/crypto/gtk2-ssh-askpass/INSTALL
new file mode 100755
index 0000000000..c5a0679afb
--- /dev/null
+++ b/crypto/gtk2-ssh-askpass/INSTALL
@@ -0,0 +1,5 @@
+cp gtk2-ssh-askpass /usr/bin/ &&
+
+if [ ! -e /usr/libexec/ssh-askpass ] ; then
+ ln -s /usr/bin/gtk2-ssh-askpass /usr/libexec/ssh-askpass
+fi