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