summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick 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)
commit32a70b0f14912d5db69de9dd157e8c13dd62a95a (patch)
treec28f761da6123f52beed3f8b89acdd22cd38c319 /build
parentbce1fd95ebb1229a393381d9fc4f3258abe2fc56 (diff)
build: Move rather than link to opkg-cl files
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index c1d86f4..e69add4 100755
--- a/build
+++ b/build
@@ -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