summarylogtreecommitdiffstats
path: root/no-root.patch
diff options
context:
space:
mode:
authorNorth-West-Wind2024-04-09 20:21:36 +0800
committerNorth-West-Wind2024-04-09 20:21:36 +0800
commit777747346aa25f61af23b33dac47cdffc95aaecd (patch)
treedc6460dd78d2a5bf8a69b9fa6a834f9e0e5f929b /no-root.patch
downloadaur-drc-sim-e-git.tar.gz
initial commit
Diffstat (limited to 'no-root.patch')
-rw-r--r--no-root.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/no-root.patch b/no-root.patch
new file mode 100644
index 000000000000..c6b0582b10a5
--- /dev/null
+++ b/no-root.patch
@@ -0,0 +1,20 @@
+diff --color --unified --recursive --text drc-sim-e.orig/setup.py drc-sim-e.new/setup.py
+--- drc-sim-e.orig/setup.py 2024-04-09 20:02:19.030382742 +0800
++++ drc-sim-e.new/setup.py 2024-04-09 20:02:37.623978778 +0800
+@@ -32,13 +32,13 @@
+ 'resources/image/spade.gif',
+ 'resources/image/icon.gif'
+ ]),
+- ('/usr/share/applications', [
++ ('usr/share/applications', [
+ 'resources/bin/drcsimbackend.desktop'
+ ]),
+- ('/usr/share/icons/hicolor/512x512/apps', [
++ ('usr/share/icons/hicolor/512x512/apps', [
+ 'resources/image/drcsimbackend.png'
+ ]),
+- ('/usr/share/polkit-1/actions', [
++ ('usr/share/polkit-1/actions', [
+ 'resources/bin/com.rolandoislas.drcsim.server.policy'
+ ])
+ ],