summaryrefslogtreecommitdiff
path: root/data/vim/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-14 12:35:55 +0000
committerJay Freeman <saurik@saurik.com>2008-02-14 12:35:55 +0000
commit26020feaa3a141909349610bfd69611a13b3a41e (patch)
treee18bc74f954a8ff268747ea9544d3730618eac29 /data/vim/make.sh
parent7ddabf0c54138f19869c915083d082f92009a3eb (diff)
Made the move to profile.d.
git-svn-id: http://svn.telesphoreo.org/trunk@85 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/vim/make.sh')
-rw-r--r--data/vim/make.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/vim/make.sh b/data/vim/make.sh
index 4bd0a0128..4e0b397c1 100644
--- a/data/vim/make.sh
+++ b/data/vim/make.sh
@@ -7,3 +7,5 @@ cd ..
STRIP=$(which arm-apple-darwin-strip) CFLAGS='-O0' ./configure --prefix=/usr --host=arm-apple-darwin --enable-gui=no --without-x vim_cv_toupper_broken=no --with-tlib=ncurses vim_cv_terminfo=yes vim_cv_tty_group=4 vim_cv_tty_mode=0620 vim_cv_getcwd_broken=no vim_cv_stat_ignores_slash=no ac_cv_sizeof_int=4 vim_cv_memmove_handles_overlap=yes
make
pkg:install
+pkg: mkdir -p /etc/profile.d
+pkg: cp -a %/vim.sh /etc/profile.d