diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |