1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

update pkgbuild

This commit is contained in:
Joel Schaerer 2009-02-23 09:27:56 +01:00
parent 0dceb14a89
commit 31fd50fd18

View File

@ -27,6 +27,7 @@ build() {
msg "GIT checkout done"
install -Dm 755 autojump ${pkgdir}/usr/bin/autojump
install -Dm 755 autojump.sh ${pkgdir}/etc/profile.d/autojump.bash
install -Dm 755 autojump.sh ${pkgdir}/etc/profile.d/autojump.sh
install -Dm 644 autojump.1.gz ${pkgdir}/usr/share/man/man1/autojump.1.gz
}