diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-05-11 22:21:44 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-05-11 22:21:44 +0000 |
commit | f5b2e194ddab5c053aa04c053a56257919805f4d (patch) | |
tree | 0559ca4630f1cb103777e2f9e7b7b9a4d7268785 | |
parent | 977ec0a03b215cfe3bef210a5516f0a30370c961 (diff) | |
download | xine-lib-f5b2e194ddab5c053aa04c053a56257919805f4d.tar.gz xine-lib-f5b2e194ddab5c053aa04c053a56257919805f4d.tar.bz2 |
Fix Robin install problem
CVS patchset: 6521
CVS date: 2004/05/11 22:21:44
-rw-r--r-- | po/Makefile.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 4343922a0..143899fe9 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -26,6 +26,7 @@ exec_prefix = @exec_prefix@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po +install_sh = @install_sh@ mkdir_p = @mkdir_p@ INSTALL = @INSTALL@ |