[xorg-commit-diffs] xc/config/cf X11.tmpl,1.1.4.13,1.1.4.14

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 21 22:46:17 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/config/cf
In directory pdx:/tmp/cvs-serv18286/xc/config/cf

Modified Files:
      Tag: XORG-CURRENT
	X11.tmpl 
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT (http://pdx.freedesktop.org/cgi-bin/bugzilla/attachment.cgi?id=224&action=view - patch to fix the "make install" bustage)

Index: X11.tmpl
===================================================================
RCS file: /cvs/xorg/xc/config/cf/X11.tmpl,v
retrieving revision 1.1.4.13
retrieving revision 1.1.4.14
diff -u -d -r1.1.4.13 -r1.1.4.14
--- a/X11.tmpl	21 Apr 2004 10:03:12 -0000	1.1.4.13
+++ b/X11.tmpl	21 Apr 2004 12:46:15 -0000	1.1.4.14
@@ -4139,7 +4139,7 @@
 #ifndef InstallXpPMFFontsDir
 #define InstallXpPMFFontsDir(destmodelfontdir)			@@\
 install::							@@\
-	(cd $(DESTDIR)destmodelfontdir ; $(DESTDIR)$(BINDIR)/mkfontscale -b -s -l)
+	($(MKFONTSCALE) -b -s -l $(DESTDIR)destmodelfontdir)
 #endif /* InstallXpPMFFontsDir */
 
 




More information about the xorg-commit-diffs mailing list