summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-ttf-caladea.make
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-19 12:59:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-21 22:06:43 +0200
commit537dbdecfde24dfdba056d263025b411b8a0db05 (patch)
tree9b5b7b59fdff541e2650907d9c76c9b6f61ee88f /rules/xorg-font-ttf-caladea.make
parent455015358553bade699536203a16da6a87a67fdf (diff)
downloadptxdist-537dbdecfde24dfdba056d263025b411b8a0db05.tar.gz
ptxdist-537dbdecfde24dfdba056d263025b411b8a0db05.tar.xz
rules: explicitly specify sticky/setuid/setgid bits for install_* macros
Until now the bits were implied to be 0, but we should be specific here. All other packages already use the four-digit variant. These instances were found by using: git grep -e 'call install_\(alternative\|copy\|lib\), [^,]\+, [^,]\+, [^,]\+, [0-9][0-9][0-9][^0-9]' Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200819105909.21441-2-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-font-ttf-caladea.make')
-rw-r--r--rules/xorg-font-ttf-caladea.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/xorg-font-ttf-caladea.make b/rules/xorg-font-ttf-caladea.make
index 61b22f8b5..4d13ea888 100644
--- a/rules/xorg-font-ttf-caladea.make
+++ b/rules/xorg-font-ttf-caladea.make
@@ -56,9 +56,9 @@ $(STATEDIR)/xorg-font-ttf-caladea.targetinstall:
@$(call install_fixup, xorg-font-ttf-caladea,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
@$(call install_fixup, xorg-font-ttf-caladea,DESCRIPTION,missing)
- @$(call install_alternative, xorg-font-ttf-caladea, 0, 0, 644, \
+ @$(call install_alternative, xorg-font-ttf-caladea, 0, 0, 0644, \
/etc/fonts/conf.d/30-0-google-crosextra-caladea-fontconfig.conf)
- @$(call install_alternative, xorg-font-ttf-caladea, 0, 0, 644, \
+ @$(call install_alternative, xorg-font-ttf-caladea, 0, 0, 0644, \
/etc/fonts/conf.d/62-google-crosextra-caladea-fontconfig.conf)
@$(call install_tree, xorg-font-ttf-caladea, 0, 0, -, /usr)