blob: cec8811180c862adf70bd2b843b2e457c6feb2b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
+--- kdm/kfrontend/Makefile.am.orig Sat Jan 26 10:59:54 2002
++++ kdm/kfrontend/Makefile.am Mon Apr 22 04:29:14 2002
+@@ -27,7 +27,7 @@
+
+ install-data-local:
+ @$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm
+- @./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm
++ @./genkdmconf --no-old --in $(DESTDIR)$(kde_confdir)/kdm
+
+ messages:
+ $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot
|