diff options
-rwxr-xr-x | core/otools/build | 4 | ||||
-rw-r--r-- | core/otools/checksums | 2 | ||||
-rw-r--r-- | core/otools/sources | 2 | ||||
-rw-r--r-- | core/otools/version | 2 |
4 files changed, 7 insertions, 3 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 diff --git a/core/otools/checksums b/core/otools/checksums index de673788..c9d82fd8 100644 --- a/core/otools/checksums +++ b/core/otools/checksums @@ -1 +1 @@ -6572b00aab74929f0877f99237eaf8a1bf022437a938c3f1bc7495039ee0d79b 1.0.tar.gz +c488ae3e23c843ee255ce1901224e75f5e583c857bd4bfba1dd176966e713486 1.1.tar.gz diff --git a/core/otools/sources b/core/otools/sources index 353ac078..309c9529 100644 --- a/core/otools/sources +++ b/core/otools/sources @@ -1 +1 @@ -https://github.com/CarbsLinux/otools/archive/1.0.tar.gz +https://github.com/CarbsLinux/otools/archive/1.1.tar.gz diff --git a/core/otools/version b/core/otools/version index f35ed484..f8b0b375 100644 --- a/core/otools/version +++ b/core/otools/version @@ -1 +1 @@ -1.0 1 +1.1 1 |