You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/fbpanel/files/fbpanel-7.0-images.patch

11 lines
274 B

--- 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