1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00

fix permission problem (add sudo)

This commit is contained in:
Joël Schaerer 2009-04-10 13:02:51 +02:00
parent 264eea2756
commit 58e6b59ac0

View File

@ -11,7 +11,7 @@ sudo cp autojump /usr/bin/
sudo cp autojump.1 /usr/share/man/man1/ sudo cp autojump.1 /usr/share/man/man1/
# autocompletion file in the first directory of the FPATH variable # 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 if [ -d "/etc/profile.d" ]; then