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

X Strike Force X.Org X11 SVN commit: r1456 - branches/modular/app/xbase-clients/debian



Author: barbier
Date: 2006-03-14 02:03:26 -0500 (Tue, 14 Mar 2006)
New Revision: 1456

Modified:
   branches/modular/app/xbase-clients/debian/changelog
   branches/modular/app/xbase-clients/debian/rules
Log:
Set XKB base path to /usr/share/X11/xkb.


Modified: branches/modular/app/xbase-clients/debian/changelog
===================================================================
--- branches/modular/app/xbase-clients/debian/changelog	2006-03-14 07:01:09 UTC (rev 1455)
+++ branches/modular/app/xbase-clients/debian/changelog	2006-03-14 07:03:26 UTC (rev 1456)
@@ -1,3 +1,10 @@
+xbase-clients (1:1.0.1-3) [UNRELEASE:experimental]; urgency=low
+
+  [ Denis Barbier ]
+  * Set XKB base path to /usr/share/X11/xkb.
+
+ -- Denis Barbier <barbier@debian.org>  Tue, 14 Mar 2006 08:07:44 +0100
+
 xbase-clients (1:1.0.1-2) experimental; urgency=low
 
   * Add an empty /var/lib/xkb directory so that the server loads the correct

Modified: branches/modular/app/xbase-clients/debian/rules
===================================================================
--- branches/modular/app/xbase-clients/debian/rules	2006-03-14 07:01:09 UTC (rev 1455)
+++ branches/modular/app/xbase-clients/debian/rules	2006-03-14 07:03:26 UTC (rev 1456)
@@ -58,7 +58,7 @@
 		(cd "$$FILE"-obj-$(DEB_BUILD_GNU_TYPE) && \
 		../"$$FILE"/configure --prefix=/usr --mandir=\$${prefix}/share/man \
 		             --infodir=\$${prefix}/share/info $(confflags) \
-			     --with-xkb-config-root=/etc/X11/xkb \
+			     --with-xkb-config-root=/usr/share/X11/xkb \
 		             CFLAGS="$(CFLAGS)" && \
 		$(MAKE)) || exit 1; \
 	done



Reply to: