[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#362886: xutils-dev: .cf files still install to /usr/X11R6/bin, not /usr/bin



Package: xutils-dev
Version: 1:1.0.2-1
Severity: serious
Tags: patch

The .cf files added back into xutils-dev in 1:1.0.2-1 are still broken wrt
the FHS: they still generate makefiles which install binaries (and other
files) to /usr/X11R6, meaning there is an implicit conflict with the new
x11-common.  This needs to be fixed soon so that packages don't get uploaded
using the functional but buggy xutils 1.0.2-1.

The attached patch Works For Me when building autolock for X11R7.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
vorlon@debian.org                                   http://www.debian.org/
Index: xorg-cf-files-1.0.1/linux.cf
===================================================================
--- xorg-cf-files-1.0.1/linux.cf	(revision 1815)
+++ xorg-cf-files-1.0.1/linux.cf	(working copy)
@@ -86,6 +86,13 @@
 # define BuildPDFdocs NO
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot	/usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot	/usr/share/man
+#endif
+
 #ifndef LinuxBinUtilsMajorVersion
 # define LinuxBinUtilsMajorVersion	DefaultLinuxBinUtilsMajorVersion
 #endif

Attachment: signature.asc
Description: Digital signature


Reply to: