diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 00:30:38 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 01:27:27 (EST) |
commit | 9ed4a97267bddd5f3e92fbb0dba4e4fd8b1c0060 (patch) | |
tree | 5c7a2f793cabb86481e770728647281dc5ba3dcf /libcom-err.2-dev.pkg/files | |
parent | cd9f5d5289fc7830bc5eafc3e9a17aec402aef2f (diff) |
Install libraries and executables under / not /usr
BusyBox installs its versions of these executables under /, which really
makes more sense, for example in case /usr is on a different and
corrupted file system (/usr can't be checked if fsck is on /usr).
Diffstat (limited to 'libcom-err.2-dev.pkg/files')
-rw-r--r-- | libcom-err.2-dev.pkg/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcom-err.2-dev.pkg/files b/libcom-err.2-dev.pkg/files index 6e70ca4..83e3d30 100644 --- a/libcom-err.2-dev.pkg/files +++ b/libcom-err.2-dev.pkg/files @@ -1,6 +1,6 @@ -/usr/bin/compile_et +/bin/compile_et /usr/include/com_err.h /usr/include/et/com_err.h -/usr/lib/*/libcom_err.so +/lib/*/libcom_err.so /usr/lib/*/pkgconfig/com_err.pc /usr/share/et/ |