summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/build b/build
index 11d7d1b..b5abc52 100755
--- a/build
+++ b/build
@@ -1,14 +1,11 @@
#! /usr/bin/make -f
build:
- cd src && \
- ./configure --prefix=/usr && \
- make && \
- cd ..
+ oh-autoconfigure
+ oh-autobuild
install:
- cd src && \
- make DESTDIR=$$(pwd)/../dest install && \
- cd ..
- #oh-strip -g
+ oh-autoinstall
+ oh-fixperms
+ oh-strip
oh-installfiles