summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-bitstream-type1.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-02-23 16:29:26 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-02-23 16:29:26 +0000
commit97b4c476d8857d541c83ba8e7640b6e912b8b4e4 (patch)
tree3eea278af1ad99500b4873a178b7c95a70f48e1a /rules/xorg-font-bitstream-type1.make
parentddd7836c2d6dbdeece7fc11e6152e61b457f5dbd (diff)
downloadptxdist-97b4c476d8857d541c83ba8e7640b6e912b8b4e4.tar.gz
ptxdist-97b4c476d8857d541c83ba8e7640b6e912b8b4e4.tar.xz
implement target_install
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4735 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-font-bitstream-type1.make')
-rw-r--r--rules/xorg-font-bitstream-type1.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/xorg-font-bitstream-type1.make b/rules/xorg-font-bitstream-type1.make
index 3cd114667..4904bb5ba 100644
--- a/rules/xorg-font-bitstream-type1.make
+++ b/rules/xorg-font-bitstream-type1.make
@@ -115,7 +115,10 @@ $(STATEDIR)/xorg-font-bitstream-type1.targetinstall: $(xorg-font-bitstream-type1
@$(call install_fixup,DEPENDS,)
@$(call install_fixup,DESCRIPTION,missing)
-#FIXME
+ @cd $(XORG_FONT_BITSTREAM_TYPE1_DIR); \
+ for file in *.afm *.pfb; do \
+ $(call install_copy, 0, 0, 0644, $$file, $(XORG_PREFIX)/lib/X11/fonts/Type1/$$file, n); \
+ done
@$(call install_finish)