summaryrefslogtreecommitdiff
blob: c1b9faf6304b02972b5a161ecf08428ea737996c (plain)
1
2
3
4
5
6
7
8
9
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