diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-04-21 12:46:15 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-04-21 12:46:15 +0000 |
commit | e03eb4c308524b2bf1e8e4413f79fa6a37f3dd75 (patch) | |
tree | 426983a93684c4294c555d7c987fd200bbc6c23d | |
parent | 2cfec35e9db1b660acc6c1f483d4a75560efa7f7 (diff) |
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 -XORG-CURRENT-CLOSEDXORG-CURRENT
Land XPRINT branch on XORG-CURRENT
(http://pdx.freedesktop.org/cgi-bin/bugzilla/attachment.cgi?id=224&acti
on=view - patch to fix the "make install" bustage)
-rw-r--r-- | X11.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ XCOMM ---------------------------------------------------------------------- XCOMM X Window System Build Parameters and Rules -XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.1.4.12 2004/04/15 10:13:10 eich Exp $ +XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.1.4.13 2004/04/21 10:03:12 gisburn Exp $ XCOMM $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $ XCOMM XCOMM @@ -4139,7 +4139,7 @@ install:: @@\ #ifndef InstallXpPMFFontsDir #define InstallXpPMFFontsDir(destmodelfontdir) @@\ install:: @@\ - (cd $(DESTDIR)destmodelfontdir ; $(DESTDIR)$(BINDIR)/mkfontscale -b -s -l) + ($(MKFONTSCALE) -b -s -l $(DESTDIR)destmodelfontdir) #endif /* InstallXpPMFFontsDir */ |