summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-27 19:03:51 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-27 19:03:51 (EDT)
commit805d68d3d6aac85fef3a2f832c0e9b48479ea7f1 (patch)
treefa84a3a0020b5b3169489442951a628052a2aa59 /build
parent5989015be3e79f49a8796116664b5d8f804a912b (diff)
Use new oh-* utilities in build.
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