From c4d3c6409602743cc9c40f972fa37eae293283c5 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Wed, 11 Dec 2002 01:04:01 +0000 Subject: Avoiding filesystem clashes with libxine0 (0.9.13) => you can install xine-lib 0.9.13, gnome-xine 0.1, xine-lib 1-beta*, xine-ui 0.9.15 in that order and both applications will work => distributions can have libxine0 and libxine1 binary packages (not the -dev/-devel) packages installed inparallel for a smooth upgrade path I can't get rid of the feeling that I have broken something here... CVS patchset: 3479 CVS date: 2002/12/11 01:04:01 --- po/Makefile.in.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'po') diff --git a/po/Makefile.in.in b/po/Makefile.in.in index ea364c4c1..9c1ebf5c6 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -7,6 +7,7 @@ # Please note that the actual code is *not* freely available. PACKAGE = @PACKAGE@ +LIBNAME = @LIBNAME@ VERSION = @VERSION@ # These two variables depend on the location of this directory. @@ -110,12 +111,12 @@ install-data-yes: all dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \ + $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(LIBNAME).mo; \ + echo "installing $$cat as $(DESTDIR)$$dir/$(LIBNAME).mo"; \ elif test -r $(srcdir)/$$cat; then \ - $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ + $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(LIBNAME).mo; \ echo "installing $(srcdir)/$$cat as" \ - "$(DESTDIR)$$dir/$(PACKAGE).mo"; \ + "$(DESTDIR)$$dir/$(LIBNAME).mo"; \ else \ echo "WARNING: compiled message file $$cat is missing"; \ fi; \ -- cgit v1.2.3