From 852a57213f981010e84d56efc0600507985001bf Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Aug 2014 22:41:58 -0400 Subject: build: Add "install" target --- diff --git a/build b/build index fd1136f..ec6f626 100755 --- a/build +++ b/build @@ -9,3 +9,11 @@ build: cp ../config src/wpa_supplicant/.config oh-autobuild -B src/wpa_supplicant/ touch $@ + +install: build + oh-autoinstall -B src/wpa_supplicant/ -- \ + LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ + BINDIR=/usr/sbin + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1