aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/otools/build')
-rwxr-xr-xcore/otools/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/otools/build b/core/otools/build
index 568b6fa3..71b410c4 100755
--- a/core/otools/build
+++ b/core/otools/build
@@ -2,7 +2,7 @@
:> testfile
less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk
-rm testfile
+rm -f testfile
make
make PREFIX=/usr DESTDIR="$1" install