summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild11
-rw-r--r--changelog2
2 files changed, 5 insertions, 8 deletions
diff --git a/build b/build
index ce703a6..ae6c7d3 100755
--- a/build
+++ b/build
@@ -1,14 +1,11 @@
#! /usr/bin/make -f
build:
- cd src && \
- make -j $${JOBS:-1} && \
- cd ..
+ oh-autobuild -j $${JOBS:-1}
install:
- cd src && \
- make CONFIG_PREFIX=$$(pwd)/../dest install && \
- cd ..
- #oh-strip
+ oh-autoinstall
+ oh-fixperms
+ oh-strip
chmod u+s dest/bin/busybox
oh-installfiles
diff --git a/changelog b/changelog
index 3060aa3..ee60b88 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,6 @@
busybox (1.19.3-2) trunk
- * Update packaging to SPF 2.0.
+ * Update packaging to SPF 2.0 and opkhelper 3.0.
* Add self to maintainers.
-- "P. J. McDermott" <pjm@nac.net> Sat, 20 Oct 2012 16:45:07 -0400