summaryrefslogtreecommitdiff
path: root/centericq-4.9.0-po.patch
diff options
context:
space:
mode:
Diffstat (limited to 'centericq-4.9.0-po.patch')
-rw-r--r--centericq-4.9.0-po.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/centericq-4.9.0-po.patch b/centericq-4.9.0-po.patch
deleted file mode 100644
index c587504..0000000
--- a/centericq-4.9.0-po.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN centericq-4.9.0.old/po/Makefile.in.in centericq-4.9.0/po/Makefile.in.in
---- centericq-4.9.0.old/po/Makefile.in.in Mon Jul 8 10:13:53 2002
-+++ centericq-4.9.0/po/Makefile.in.in Sun Dec 22 13:56:12 2002
-@@ -111,16 +111,16 @@
- install-data-no: all
- install-data-yes: all
- if test -r "$(MKINSTALLDIRS)"; then \
-- $(MKINSTALLDIRS) $(datadir); \
-+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
- else \
-- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
-+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
- fi
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- case "$$cat" in \
-- *.gmo) destdir=$(gnulocaledir);; \
-- *) destdir=$(localedir);; \
-+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
-+ *) destdir=$(DESTDIR)$(localedir);; \
- esac; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \