mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
acpid: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
aea6e5083e
commit
3288073490
@ -13,7 +13,7 @@ if [ "${1}" = "late" ]; then
|
||||
|
||||
tar -zxf /addons/acpid-7.1.tgz -C /tmpRoot/usr/ ./bin ./sbin ./lib
|
||||
tar -zxf /addons/acpid-7.1.tgz -C /tmpRoot/ ./etc
|
||||
sed -i 's|=/|=-/|g' /tmpRoot/usr/lib/systemd/system/acpid.service
|
||||
sed -i '/^Exec/s|=/|=-/|g' /tmpRoot/usr/lib/systemd/system/acpid.service
|
||||
if [ -f /usr/lib/modules/button.ko ]; then
|
||||
cp -vf /usr/lib/modules/button.ko /tmpRoot/usr/lib/modules/button.ko
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user