Skip to content
Snippets Groups Projects
Commit d47131ed authored by Than Ngo's avatar Than Ngo Committed by Adam Jackson
Browse files

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's avatarAdam Jackson <ajax@redhat.com>
parent fbeeff56
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment