diff options
-rwxr-xr-x | build | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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 |