From 497effd21610183f511bb54601ca7e9dd3a7b2d1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 17 Oct 2020 15:49:36 +0300 Subject: otools: bump to 1.1 --- core/otools/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/otools/build') 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 -- cgit v1.2.3