diff options
Diffstat (limited to 'x11-wm/icewm/files/patch-po_Makefile.in')
-rw-r--r-- | x11-wm/icewm/files/patch-po_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/icewm/files/patch-po_Makefile.in b/x11-wm/icewm/files/patch-po_Makefile.in deleted file mode 100644 index 5b13994..0000000 --- a/x11-wm/icewm/files/patch-po_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.orig Sat Sep 7 02:18:07 2002 -+++ po/Makefile.in Thu Sep 12 00:03:04 2002 -@@ -29,7 +29,7 @@ - install: all - @echo "Installing message catalogues in $(DESTDIR)$(LOCDIR)" - @for catalog in $(MOFILES); do \ -- lang=`echo $${catalog} | sed -e 's/.mo//'` ; \ -+ lang=`echo $${catalog} | sed -e 's/.po//'` ; \ - msgdir="$(DESTDIR)$(LOCDIR)/$${lang}/LC_MESSAGES"; \ - echo "Installing language: $${lang}" ; \ - $(INSTALLDIR) "$${msgdir}"; \ |