diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-24 18:08:12 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-24 18:08:12 (EDT) |
commit | f890bd467071ff6b30bd699d53ac36c702897005 (patch) | |
tree | c68699518a1330e0c72f72328b1196cfa17a0840 /build | |
parent | 4b879b5d8b74470c798e629743f855cf04626682 (diff) |
Add binary packages
Diffstat (limited to 'build')
-rwxr-xr-x | build | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ build: install: build oh-autoinstall + # XXX: libpng12-config is an architecture-dependent file in an + # architecture-independent path. Some package build systems may need + # this script, but they should probably just be patched to use + # pkg-config instead. + rm dest/usr/bin/libpng*-config + rm dest/usr/lib/$(OPK_HOST_ARCH)/libpng*.la + rm dest/usr/lib/$(OPK_HOST_ARCH)/libpng.so.3* oh-fixperms oh-strip -k oh-installfiles |