summaryrefslogtreecommitdiffstats
path: root/libe2p.2.pkg
diff options
context:
space:
mode:
authorPatrick 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)
commit9ed4a97267bddd5f3e92fbb0dba4e4fd8b1c0060 (patch)
tree5c7a2f793cabb86481e770728647281dc5ba3dcf /libe2p.2.pkg
parentcd9f5d5289fc7830bc5eafc3e9a17aec402aef2f (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.pkg')
-rw-r--r--libe2p.2.pkg/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/libe2p.2.pkg/files b/libe2p.2.pkg/files
index 7964124..5bfc3b3 100644
--- a/libe2p.2.pkg/files
+++ b/libe2p.2.pkg/files
@@ -1 +1 @@
-/usr/lib/*/libe2p.so.*
+/lib/*/libe2p.so.*