diff options
Diffstat (limited to 'x11/kde4-workspace/files/patch-kdm::kfrontend::Makefile.am')
-rw-r--r-- | x11/kde4-workspace/files/patch-kdm::kfrontend::Makefile.am | 15 |
1 files changed, 15 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 00000000000..c5274c1096a --- /dev/null +++ b/x11/kde4-workspace/files/patch-kdm::kfrontend::Makefile.am @@ -0,0 +1,15 @@ +--- kdm/kfrontend/Makefile.am.~1.21.~ Sun Jul 29 00:56:28 2001 ++++ kdm/kfrontend/Makefile.am Mon Dec 10 01:08:15 2001 +@@ -25,10 +25,8 @@ + genkdmconf_LDADD = $(LIB_X11) + + install-data-local: +- @if test ! -d $(DESTDIR)$(kde_confdir)/kdm; then \ +- $(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm; \ +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm; \ +- fi ++ -$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm ++ ./genkdmconf --no-old --in $(DESTDIR)$(kde_confdir)/kdm + + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot |