kxkb build problem (and fix)

Christian Müller cmueller at gmx.de
Sun Mar 2 10:45:24 GMT 2003


Hello, 

it seems there are spaces instead of tabs 
as separator in two lines in the Makefile.am for kxkb. 

The attached patch should fix this problem.

Cheers, 
Christian.

-------------- next part --------------
Index: Makefile.am
===================================================================
RCS file: /home/kde/kdebase/kxkb/Makefile.am,v
retrieving revision 1.26
diff -u -3 -p -r1.26 Makefile.am
--- Makefile.am	1 Mar 2003 19:07:21 -0000	1.26
+++ Makefile.am	2 Mar 2003 10:23:29 -0000
@@ -28,8 +28,8 @@ data2_DATA = keyboard_layout.desktop
 data2dir = $(kde_appsdir)/Settings/Accessibility
 
 install-data-local: 
-        $(mkinstalldirs) $(DESTDIR)$(kde_confdir)
-        $(INSTALL_DATA) $(srcdir)/kxkb_groups $(DESTDIR)$(kde_confdir)/kxkb_groups
+	$(mkinstalldirs) $(DESTDIR)$(kde_confdir)
+	$(INSTALL_DATA) $(srcdir)/kxkb_groups $(DESTDIR)$(kde_confdir)/kxkb_groups
 
 uninstall-local:
 	-rm -f $(DESTDIR)$(kde_confdir)/kxkb_groups


More information about the kde-core-devel mailing list