diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-22 16:26:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-22 16:28:06 (EDT) |
commit | ce3e66026594bec0b110419d3b035d9a0bb84eef (patch) | |
tree | 969a6b7a3c21afe4163ae0dc624f4a18d7dc2cb2 /build | |
parent | 2e073f621134d60d8dea358fc1621eb71afa2c15 (diff) |
libunistring.0: Remove static library
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ build: configure install: build oh-autoinstall - # Remove GNU Libtool archive files. + # Remove static library and GNU Libtool archive. + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libunistring.a rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libunistring.la # Put all documentation files in /usr/share/doc/libunistring.0/. mv dest/usr/share/doc/libunistring/ dest/usr/share/doc/libunistring.0/ |