From d0700c80aae39fcab8b151a17a11798d580649b8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 21 Dec 2020 12:57:18 -0500 Subject: build: Clean up unnecessary files --- diff --git a/build b/build index f6671e4..b9f9cf9 100755 --- a/build +++ b/build @@ -12,6 +12,12 @@ build: install: build oh-autoinstall + # No static libraries or libtool archives: + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libpkgconf.a + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libpkgconf.la + # These are installed using ob-installdocs: + rm -f dest/usr/share/doc/pkgconf/AUTHORS + rm -f dest/usr/share/doc/pkgconf/README.md oh-fixperms oh-strip oh-installfiles -- cgit v0.9.1