summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2002-12-11 01:04:01 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2002-12-11 01:04:01 +0000
commitc4d3c6409602743cc9c40f972fa37eae293283c5 (patch)
tree76c1fa28835584def61d332784b270142208dbed /po
parent1e80044eedd60d6521235c2bfe865e1956cb9cb8 (diff)
downloadxine-lib-c4d3c6409602743cc9c40f972fa37eae293283c5.tar.gz
xine-lib-c4d3c6409602743cc9c40f972fa37eae293283c5.tar.bz2
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
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in9
1 files changed, 5 insertions, 4 deletions
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; \