summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index c1133d3..0e16deb 100755
--- a/build
+++ b/build
@@ -8,7 +8,7 @@ build:
install:
cd src && \
- make DESTDIR="$$(pwd)/../dest" install-exec && \
+ make DESTDIR="$$(pwd)/../dest" install && \
cd ..
#oh-strip -g
oh-installfiles