From 805d68d3d6aac85fef3a2f832c0e9b48479ea7f1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 27 Oct 2012 19:03:51 -0400 Subject: Use new oh-* utilities in build. --- (limited to 'build') 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 -- cgit v0.9.1