diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-10 10:34:58 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-10 10:34:58 +0000 |
commit | 83a28bc6f3aa9688a2d387dd71b1b5e4848193d0 (patch) | |
tree | 0179fae185f083e89e481ffc211ea6946848aeeb /data/nvi | |
parent | 3df4c6847f1263e278c25cae79c0f8f2f1d316bd (diff) |
Made nvi package compatible with vim.
git-svn-id: http://svn.telesphoreo.org/trunk@215 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nvi')
-rw-r--r-- | data/nvi/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/nvi/make.sh b/data/nvi/make.sh index caf751cad..0c2ecfc2e 100644 --- a/data/nvi/make.sh +++ b/data/nvi/make.sh @@ -3,5 +3,6 @@ cd */build.unix PKG_CONF=../dist/configure pkg:configure vi_cv_sprintf_count=yes vi_cv_sys5_pty=no "--with-db-prefix=$(PKG_DEST_ berkeleydb)/usr" make pkg:install +pkg: rm -f /usr/bin/ex /usr/bin/view pkg: mkdir -p /etc/profile.d pkg: cp -a %/nvi.sh /etc/profile.d |