From 58e6b59ac078fea268b551184e070abcdeba82a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Schaerer?= Date: Fri, 10 Apr 2009 13:02:51 +0200 Subject: [PATCH] fix permission problem (add sudo) --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index 899e871..0462eb3 100755 --- a/install.zsh +++ b/install.zsh @@ -11,7 +11,7 @@ sudo cp autojump /usr/bin/ sudo cp autojump.1 /usr/share/man/man1/ # autocompletion file in the first directory of the FPATH variable -cp _j $(echo $FPATH | cut -d":" -f 1) +sudo cp _j $(echo $FPATH | cut -d":" -f 1) if [ -d "/etc/profile.d" ]; then