diff options
-rwxr-xr-x | build | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -6,5 +6,25 @@ nop: @: build: + oh-autobuild -- \ + IDSDIR=/usr/share/misc \ + SHARED=yes -install: +install: build + oh-autoinstall -- \ + PREFIX=/usr \ + SBINDIR=/usr/bin \ + LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ + IDSDIR=/usr/share/misc \ + STRIP= \ + SHARED=yes + oh-autoinstall -T install-lib -- \ + PREFIX=/usr \ + LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ + SHARED=yes + # pci.ids is provided by the pciids package. + rm -f dest/usr/bin/update-pciids + rm -f dest/usr/share/misc/pci.ids* + oh-fixperms + oh-strip + oh-installfiles |