summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorLinux User <wbx@linux.(none)>2009-10-01 15:44:52 +0200
committerLinux User <wbx@linux.(none)>2009-10-01 15:44:52 +0200
commit1d2ddabc7b9d0b63887058f6799c281cfa1f1370 (patch)
tree3e332a0293df7fed64796e81398469ad4be9eaca /mk/buildhlp.mk
parent71c91ce903a90de852b5d66a27a673ff6e785cee (diff)
some native build fixes
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index afad521e2..684801617 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -88,7 +88,7 @@ endif
${BASH} ${TOPDIR}/scripts/update-patches); \
if [[ -n $$toedit && $$toedit != FAIL ]]; then \
echo -n 'edit patches: '; read i; \
- cd patches && $${VISUAL:-$${EDITOR:-/usr/bin/vi}} $$toedit; \
+ cd patches && $${VISUAL:-$${EDITOR:-vi}} $$toedit; \
fi; \
rm -rf ${WRKDIR}.orig; \
[[ $$toedit != FAIL ]]