From 1c74687da4590a1f87c6d40c2605826ea9615850 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Apr 2019 01:12:55 -0400 Subject: build: Remove headers, pkg-config file, and static lib --- diff --git a/build b/build index eef66cf..a97eceb 100755 --- a/build +++ b/build @@ -16,7 +16,10 @@ build: install: build oh-autoinstall - rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.la + rm -Rf dest/usr/include/ \ + dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/ \ + dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.a \ + dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.la ln -sf opkg-cl dest/usr/bin/opkg ln -sf opkg-cl.1 dest/usr/share/man/man1/opkg.1 oh-fixperms -- cgit v0.9.1