fix typo in Makefile.fonts
authorhnhn
Mon, 09 Aug 2010 11:27:41 +0200
changeset 478 c3b8b812ce01
parent 477 7e23020e7aa1
child 479 7103d7fe30db
fix typo in Makefile.fonts
src/xorg/fonts/Makefile.fonts
--- a/src/xorg/fonts/Makefile.fonts	Fri Jul 30 16:58:58 2010 +0200
+++ b/src/xorg/fonts/Makefile.fonts	Mon Aug 09 11:27:41 2010 +0200
@@ -38,7 +38,7 @@
 	$(INSDIR) -m 755 -u root -g bin $(ROOT_DOC_DIR)
 	( cd $(VER); \
 	if [ -n "$(DOCS)" ]; then \
-		for f in "$(DOCS)"; do \
+		for f in $(DOCS); do \
 			$(INS) $(ROOT_DOC_DIR) -m 0444 -u root -g bin $$f.bz2; \
 		done; \
 	fi )