From 5ab7f5c9f8b86427bfa397f736664a7b42c713cd Mon Sep 17 00:00:00 2001 From: "jshin%mailaps.org" Date: Thu, 3 Jul 2003 23:09:51 +0000 Subject: [PATCH] a part of bug 176290 : make fontEncoding.properties file installed in GRE directory and in rpm build (r=blizzard, sr=seawood) --- gfx/src/gtk/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/gtk/Makefile.in b/gfx/src/gtk/Makefile.in index 76fc9d43a0c..38a47208a7d 100644 --- a/gfx/src/gtk/Makefile.in +++ b/gfx/src/gtk/Makefile.in @@ -157,7 +157,7 @@ libs:: fontEncoding.properties $(INSTALL) $^ $(DIST)/bin/res/fonts install:: fontEncoding.properties - $(INSTALL) $^ $(DESTDIR)$(mozappdir)/res/fonts + $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/res/fonts endif ifdef MOZ_ENABLE_GTK2