summaryrefslogtreecommitdiff
path: root/data/nvi/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-14 12:35:49 +0000
committerJay Freeman <saurik@saurik.com>2008-02-14 12:35:49 +0000
commit7ddabf0c54138f19869c915083d082f92009a3eb (patch)
treecd82978d00f6aedb3ec2eaf9448a52809cfe7b76 /data/nvi/make.sh
parent8b61ae382af0da4ab0b3acf8f39fa9e7ce5c77bf (diff)
Made the move to profile.d and upgraded to the latest nvi.
git-svn-id: http://svn.telesphoreo.org/trunk@84 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nvi/make.sh')
-rw-r--r--data/nvi/make.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/nvi/make.sh b/data/nvi/make.sh
index 5b013df51..237d6f052 100644
--- a/data/nvi/make.sh
+++ b/data/nvi/make.sh
@@ -1,7 +1,7 @@
pkg:extract
-cd nvi-1.79
-pkg:patch
-cd build
-ac_cv_lib_termcap=no vi_cv_sys5_pty=no pkg:configure --disable-curses
-make CC=arm-apple-darwin-gcc
-make install prefix="${PKG_DEST}/usr" strip="$(which arm-apple-darwin-strip)"
+cd */build.unix
+PKG_CONF=../dist/configure pkg:configure vi_cv_sprintf_count=yes vi_cv_sys5_pty=no
+make
+pkg:install
+pkg: mkdir -p /etc/profile.d
+pkg: cp -a %/nvi.sh /etc/profile.d