From 9ed4a97267bddd5f3e92fbb0dba4e4fd8b1c0060 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 08 Jan 2021 00:30:38 -0500 Subject: 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). --- (limited to 'libss.2-dev.pkg') diff --git a/libss.2-dev.pkg/files b/libss.2-dev.pkg/files index f23f1e1..901adf6 100644 --- a/libss.2-dev.pkg/files +++ b/libss.2-dev.pkg/files @@ -1,5 +1,5 @@ -/usr/bin/mk_cmds +/bin/mk_cmds /usr/include/ss/ -/usr/lib/*/libss.so +/lib/*/libss.so /usr/lib/*/pkgconfig/ss.pc /usr/share/ss/ -- cgit v0.9.1