|
| 1 | +diff --git a/etc/systemd/system/steamos-automount@.service b/etc/systemd/system/steamos-automount@.service |
| 2 | +index e71a736..8fe8aca 100644 |
| 3 | +--- a/etc/systemd/system/steamos-automount@.service |
| 4 | ++++ b/etc/systemd/system/steamos-automount@.service |
| 5 | +@@ -14,6 +14,6 @@ Description=Mount removable drive %i and notify Steam |
| 6 | + [Service] |
| 7 | + Type=oneshot |
| 8 | + RemainAfterExit=true |
| 9 | +-ExecStart=/usr/lib/hwsupport/steamos-automount.sh add %i |
| 10 | +-ExecStop=/usr/lib/hwsupport/steamos-automount.sh remove %i |
| 11 | +-ExecReload=/usr/lib/hwsupport/steamos-automount.sh retrigger %i |
| 12 | ++ExecStart=/usr/sbin/hwsupport/steamos-automount.sh add %i |
| 13 | ++ExecStop=/usr/sbin/hwsupport/steamos-automount.sh remove %i |
| 14 | ++ExecReload=/usr/sbin/hwsupport/steamos-automount.sh retrigger %i |
| 15 | +diff --git a/usr/bin/steamos-polkit-helpers/jupiter-amp-control b/usr/bin/steamos-polkit-helpers/jupiter-amp-control |
| 16 | +index 3e0ed02..ed132dd 100755 |
| 17 | +--- a/usr/bin/steamos-polkit-helpers/jupiter-amp-control |
| 18 | ++++ b/usr/bin/steamos-polkit-helpers/jupiter-amp-control |
| 19 | +@@ -7,4 +7,4 @@ then |
| 20 | + exec pkexec --disable-internal-agent "$0" "$@" |
| 21 | + fi |
| 22 | + |
| 23 | +-exec /usr/lib/hwsupport/jupiter-amp-control "$@" |
| 24 | ++exec /usr/sbin/hwsupport/jupiter-amp-control "$@" |
| 25 | +diff --git a/usr/bin/steamos-polkit-helpers/steamos-format-device b/usr/bin/steamos-polkit-helpers/steamos-format-device |
| 26 | +index dcfe6b9..f3a7129 100755 |
| 27 | +--- a/usr/bin/steamos-polkit-helpers/steamos-format-device |
| 28 | ++++ b/usr/bin/steamos-polkit-helpers/steamos-format-device |
| 29 | +@@ -8,4 +8,4 @@ then |
| 30 | + exec pkexec --disable-internal-agent "$0" --owner "$UID":"$gid" "$@" |
| 31 | + fi |
| 32 | + |
| 33 | +-exec /usr/lib/hwsupport/format-device.sh "$@" |
| 34 | ++exec /usr/sbin/hwsupport/format-device.sh "$@" |
| 35 | +diff --git a/usr/bin/steamos-polkit-helpers/steamos-format-sdcard b/usr/bin/steamos-polkit-helpers/steamos-format-sdcard |
| 36 | +index 53b4f2a..4298a52 100755 |
| 37 | +--- a/usr/bin/steamos-polkit-helpers/steamos-format-sdcard |
| 38 | ++++ b/usr/bin/steamos-polkit-helpers/steamos-format-sdcard |
| 39 | +@@ -8,4 +8,4 @@ then |
| 40 | + exec pkexec --disable-internal-agent "$0" --owner "$UID":"$gid" "$@" |
| 41 | + fi |
| 42 | + |
| 43 | +-exec /usr/lib/hwsupport/format-sdcard.sh "$@" |
| 44 | ++exec /usr/sbin/hwsupport/format-sdcard.sh "$@" |
| 45 | +diff --git a/usr/bin/steamos-polkit-helpers/steamos-trim-devices b/usr/bin/steamos-polkit-helpers/steamos-trim-devices |
| 46 | +index 296a6c7..c382047 100755 |
| 47 | +--- a/usr/bin/steamos-polkit-helpers/steamos-trim-devices |
| 48 | ++++ b/usr/bin/steamos-polkit-helpers/steamos-trim-devices |
| 49 | +@@ -7,4 +7,4 @@ then |
| 50 | + exec pkexec --disable-internal-agent "$0" "$@" |
| 51 | + fi |
| 52 | + |
| 53 | +-exec /usr/lib/hwsupport/trim-devices.sh "$@" |
| 54 | ++exec /usr/sbin/hwsupport/trim-devices.sh "$@" |
| 55 | +diff --git a/usr/lib/hwsupport/format-sdcard.sh b/usr/lib/hwsupport/format-sdcard.sh |
| 56 | +index 3e13083..460c5dd 100755 |
| 57 | +--- a/usr/lib/hwsupport/format-sdcard.sh |
| 58 | ++++ b/usr/lib/hwsupport/format-sdcard.sh |
| 59 | +@@ -1,3 +1,3 @@ |
| 60 | + #!/usr/bin/sh |
| 61 | + |
| 62 | +-exec /usr/lib/hwsupport/format-device.sh --device /dev/mmcblk0 "$@" |
| 63 | ++exec /usr/sbin/hwsupport/format-device.sh --device /dev/mmcblk0 "$@" |
0 commit comments