summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThan Ngo <than@redhat.com>2018-07-05 10:42:09 -0400
committerAdam Jackson <ajax@redhat.com>2018-07-05 10:44:44 -0400
commitd47131ed97ee491bb883c29ec0b106e8d5acfcd3 (patch)
tree9a703dc83f87ff65f724fb8c4529260649446a47
parentfbeeff56339e4d15a4a42b5e19edc12befde8f6e (diff)
linux: Update LinuxDistribution == LinuxRedHat section
The imake config files in Fedora Core 5+ and Red Hat Enterprise Linux 5+ have been shipping with this patch, which has then shamefully languished in the srpm and never been merged. Correct this oversight. [Than wrote the patch, I just wrote the commit message - ajax] Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--linux.cf8
1 files changed, 7 insertions, 1 deletions
diff --git a/linux.cf b/linux.cf
index 7845325..3d61076 100644
--- a/linux.cf
+++ b/linux.cf
@@ -190,7 +190,13 @@ InstallNamedTargetNoClobber(install,file.ad,$(INSTAPPFLAGS),$(XAPPLOADDIR),class
#endif /* LinuxDebian */
#if LinuxDistribution == LinuxRedHat
-#define FSUseSyslog YES
+# define FSUseSyslog YES
+# define BuildRman NO
+# define BuildHtmlManPages NO
+# define ProjectRoot /usr
+# define ManPath /usr/share/man
+# define XAppLoadDir /usr/share/X11/app-defaults
+# define ConfigDir /usr/share/X11/config
#endif
#ifndef HasDevRandom