diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 01:58:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 01:58:25 (EDT) |
commit | 32a70b0f14912d5db69de9dd157e8c13dd62a95a (patch) | |
tree | c28f761da6123f52beed3f8b89acdd22cd38c319 | |
parent | bce1fd95ebb1229a393381d9fc4f3258abe2fc56 (diff) |
build: Move rather than link to opkg-cl files
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ install: build 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 + mv dest/usr/bin/opkg-cl dest/usr/bin/opkg + mv dest/usr/share/man/man1/opkg-cl.1 dest/usr/share/man/man1/opkg.1 oh-fixperms oh-strip -k oh-installfiles |