summaryrefslogtreecommitdiff
path: root/x11-misc/fbpanel/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
commit6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (patch)
treecee0a97398040001220ece3cd48c3d568bcddb4a /x11-misc/fbpanel/files
parent1db00cc6e94b90c08090bb5b8c406622946c4ae5 (diff)
gentoo resync : 10.02.2019
Diffstat (limited to 'x11-misc/fbpanel/files')
-rw-r--r--x11-misc/fbpanel/files/fbpanel-7.0-images.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-misc/fbpanel/files/fbpanel-7.0-images.patch b/x11-misc/fbpanel/files/fbpanel-7.0-images.patch
new file mode 100644
index 000000000000..c1b9faf6304b
--- /dev/null
+++ b/x11-misc/fbpanel/files/fbpanel-7.0-images.patch
@@ -0,0 +1,10 @@
+--- a/data/images/Makefile
++++ b/data/images/Makefile
+@@ -31,6 +31,6 @@
+
+ install :
+ $Qinstall -d $(DESTDIR)$(DATADIR)/images
+- $Qinstall $(IMAGES) $(DESTDIR)$(DATADIR)/images
++ $Qinstall -m 0644 $(IMAGES) $(DESTDIR)$(DATADIR)/images
+
+ include $(TOPDIR)/.config/rules.mk