diff options
Diffstat (limited to 'data/nvi/make.sh')
-rw-r--r-- | data/nvi/make.sh | 12 |
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 |