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 /libe2p.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 'libe2p.2-dev.pkg/files')
-rw-r--r-- | libe2p.2-dev.pkg/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libe2p.2-dev.pkg/files b/libe2p.2-dev.pkg/files index 54f7f45..0030b7c 100644 --- a/libe2p.2-dev.pkg/files +++ b/libe2p.2-dev.pkg/files @@ -1,3 +1,3 @@ /usr/include/e2p/ -/usr/lib/*/libe2p.so +/lib/*/libe2p.so /usr/lib/*/pkgconfig/e2p.pc |