aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-17 15:49:36 +0300
committerCem Keylan <cem@ckyln.com>2020-10-17 15:49:36 +0300
commit497effd21610183f511bb54601ca7e9dd3a7b2d1 (patch)
tree065dc549301996c61694a4a41488b25d2b36ad6b /core/otools/build
parent1c776795063b75644e5a9c69cf4aefdb4d260917 (diff)
downloadrepository-497effd21610183f511bb54601ca7e9dd3a7b2d1.tar.gz
otools: bump to 1.1
Diffstat (limited to 'core/otools/build')
-rwxr-xr-xcore/otools/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/otools/build b/core/otools/build
index 954aa1f3..568b6fa3 100755
--- a/core/otools/build
+++ b/core/otools/build
@@ -1,4 +1,8 @@
#!/bin/sh -e
+:> testfile
+less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk
+rm testfile
+
make
make PREFIX=/usr DESTDIR="$1" install