diff options
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r-- | x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am b/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am new file mode 100644 index 0000000..cec8811 --- /dev/null +++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am @@ -0,0 +1,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 |