mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge pull request #241 from tianyapiaozi/master
Update installation.sh.
This commit is contained in:
commit
172a74a5e4
@ -211,7 +211,8 @@ mkdir -p ${destdir}${prefix}bin/ || exit 1
|
||||
mkdir -p ${destdir}${prefix}share/man/man1/ || exit 1
|
||||
cp -v ./bin/icon.png ${destdir}${prefix}share/autojump/ || exit 1
|
||||
cp -v ./bin/autojump ${destdir}${prefix}bin/ || exit 1
|
||||
cp -v ./bin/autojump_argparse.py ${destdir}${prefix}bin/ || exit 1
|
||||
cp -v ./bin/data.py ${destdir}${prefix}bin/ || exit 1
|
||||
cp -v ./bin/utils.py ${destdir}${prefix}bin/ || exit 1
|
||||
cp -v ./docs/autojump.1 ${destdir}${prefix}share/man/man1/ || exit 1
|
||||
mkdir -p ${destdir}etc/profile.d/ || exit 1
|
||||
cp -v ./bin/autojump.sh ${destdir}etc/profile.d/ || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user