summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/build b/build
index 156f77f..a46085c 100755
--- a/build
+++ b/build
@@ -1,15 +1,11 @@
#! /usr/bin/make -f
build:
- cd src && \
- ./configure --prefix=/usr \
- --build=$${OB_BUILD_ARCH_GNU} --host=$${OB_HOST_ARCH_GNU} && \
- make
+ oh-autoconfigure
+ oh-autobuild
install:
- cd src && \
- make DESTDIR="$$(pwd)/../dest" install && \
- cd ..
+ oh-autoinstall
oh-fixperms
oh-strip -k
oh-installfiles