From da6e58cbb531d2e0f8c9b381b7080266855d758c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 12 Oct 2023 13:54:22 -0700 Subject: [PATCH] chore: Remove unneeded patch from selinux.patch as well --- spec_files/jupiter-hw-support/selinux.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/spec_files/jupiter-hw-support/selinux.patch b/spec_files/jupiter-hw-support/selinux.patch index 27ff2453..ab564362 100644 --- a/spec_files/jupiter-hw-support/selinux.patch +++ b/spec_files/jupiter-hw-support/selinux.patch @@ -1,17 +1,16 @@ diff --git a/etc/systemd/system/steamos-automount@.service b/etc/systemd/system/steamos-automount@.service -index e71a736..dd700da 100644 +index 96e8818..a16650c 100644 --- a/etc/systemd/system/steamos-automount@.service +++ b/etc/systemd/system/steamos-automount@.service -@@ -14,6 +14,6 @@ Description=Mount removable drive %i and notify Steam +@@ -14,5 +14,5 @@ Description=Mount removable drive %i [Service] Type=oneshot RemainAfterExit=true -ExecStart=/usr/lib/hwsupport/steamos-automount.sh add %i -ExecStop=/usr/lib/hwsupport/steamos-automount.sh remove %i --ExecReload=/usr/lib/hwsupport/steamos-automount.sh retrigger %i +ExecStart=/usr/libexec/steamos-automount add %i +ExecStop=/usr/libexec/steamos-automount remove %i -+ExecReload=/usr/libexec/steamos-automount retrigger %i + diff --git a/usr/bin/steamos-polkit-helpers/steamos-format-sdcard b/usr/bin/steamos-polkit-helpers/steamos-format-sdcard index 53b4f2a..9022762 100755 --- a/usr/bin/steamos-polkit-helpers/steamos-format-sdcard