summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/gato/files/gato-0.6.6-perms.patch')
-rw-r--r--app-misc/gato/files/gato-0.6.6-perms.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/gato/files/gato-0.6.6-perms.patch b/app-misc/gato/files/gato-0.6.6-perms.patch
new file mode 100644
index 000000000000..97709b53b1e1
--- /dev/null
+++ b/app-misc/gato/files/gato-0.6.6-perms.patch
@@ -0,0 +1,13 @@
+--- Makefile
++++ Makefile
+@@ -9,8 +9,8 @@
+ make -C src install
+
+ install.xpm::
+- install -d $(PREFIX)/share/gato
+- install xtra/xpm/*.xpm $(PREFIX)/share/gato
++ install -m755 -d $(PREFIX)/share/gato
++ install -m664 xtra/xpm/*.xpm $(PREFIX)/share/gato
+
+ clean::
+ make -C src clean