summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Faerevaag2016-09-08 10:45:27 +0200
committerMarkus Faerevaag2016-09-08 10:45:27 +0200
commit540f786247dad2e6e50ff2c815e32ca188d208d9 (patch)
tree0e3bbec2110b2d98dc2af2609ba3e41058fdf681
parent55f1c0245d1d45da4904ef22e7b33023ddd8a49c (diff)
downloadaur-540f786247dad2e6e50ff2c815e32ca188d208d9.tar.gz
change copy to link
-rw-r--r--wd-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/wd-git.install b/wd-git.install
index f1b1a01d7604..d45b8cf1e8a6 100644
--- a/wd-git.install
+++ b/wd-git.install
@@ -8,7 +8,7 @@ post_install() {
echo " "
echo " example for bash: "
echo " # mkdir ~/bin/ "
- echo " # cp ${pkgdir}/usr/share/wd/wd.sh ~/bin/ "
+ echo " # ln -s ${pkgdir}/usr/share/wd/wd.sh ~/bin/ "
echo " # echo \"source ~/bin/wd.sh\" >> ~/.bashrc "
echo " "
echo "======================================================"