summaryrefslogtreecommitdiffstats
path: root/rules/xorg-fonts.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/xorg-fonts.make')
-rw-r--r--rules/xorg-fonts.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/xorg-fonts.make b/rules/xorg-fonts.make
index 50f4c8e38..83553de17 100644
--- a/rules/xorg-fonts.make
+++ b/rules/xorg-fonts.make
@@ -49,7 +49,6 @@ $(STATEDIR)/xorg-fonts.targetinstall:
$(STATEDIR)/xorg-fonts.targetinstall.post:
@$(call targetinfo)
-ifdef PTXCONF_XORG_FONTS_XORG
find $(XORG_FONTS_DIR_INSTALL) -mindepth 1 -type d | while read dir; do \
echo $$dir;\
case "$${dir}" in \
@@ -65,7 +64,6 @@ ifdef PTXCONF_XORG_FONTS_XORG
mkfontdir $${dir} ;; \
esac; \
done
-endif
# FIXME: add fc-cache?