diff options
author | Wook Song <wook16.song@samsung.com> | 2019-07-08 14:38:34 +0900 |
---|---|---|
committer | Wook Song <wook16.song@samsung.com> | 2019-07-09 16:22:28 +0900 |
commit | 54c6fff4a7a35d0656d6b15a2fe8a80386d9a088 (patch) | |
tree | 27761d10c98ac4f46ea056ed8899f182223b2aaa | |
parent | 8b0ea83e2790ab4fba3ebd33e0bf265de51010b1 (diff) | |
download | toybox-54c6fff4a7a35d0656d6b15a2fe8a80386d9a088.tar.gz toybox-54c6fff4a7a35d0656d6b15a2fe8a80386d9a088.tar.bz2 toybox-54c6fff4a7a35d0656d6b15a2fe8a80386d9a088.zip |
packaging: symlinks-full: Rename sh and iconv
This patch prepends 'toybox-' to names of symbolic links for sh and
iconv in the toybox-symlinks-full package. Note that sh and iconv in
symlinks-full package conflicts with those of bash and glibc packages,
respectively.
Change-Id: I475844b7a12db88050e634ab58071005c1944827
Signed-off-by: Wook Song <wook16.song@samsung.com>
-rw-r--r-- | packaging/usrbin.links | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/usrbin.links b/packaging/usrbin.links index 5e1069d..3b3456c 100644 --- a/packaging/usrbin.links +++ b/packaging/usrbin.links @@ -61,7 +61,7 @@ hexedit host hostname hwclock -iconv +toybox-iconv id ifconfig init @@ -152,7 +152,7 @@ route sed seq setsid -sh +toybox-sh sha1sum shred sleep |