[ardour-dev] beta14-3, patch for man translations install
Fernando Pablo Lopez-Lezcano
nando at ccrma.Stanford.EDU
Fri May 28 15:35:13 PDT 2004
> Thank you. In my tests, they installed into /usr/local/ just fine though.
Yes, in standalone builds they should work fine. But the packaging
environment I use for the rpms does not install in the final destination
(nor has access to it at all) so the build fails.
-- Fernando
> Taybin
>
> From: Fernando Pablo Lopez-Lezcano <nando at ccrma.Stanford.EDU>
> Sent: May 28, 2004 3:20 PM
> To: ardour-dev at lists.ardour.org
> Subject: [ardour-dev] beta14-3, patch for man translations install
>
> Well, maybe this is already fixed in cvs (forgot to send it before). The
> translated man pages are being installed into an absolute location
> (without the DESTDIR prefix).
>
> -- Fernando
>
> --- ardour-0.9beta14-3/DOCUMENTATION/Makefile.in~ 2004-05-21
> 18:40:04.000000000 -0700
> +++ ardour-0.9beta14-3/DOCUMENTATION/Makefile.in 2004-05-24
> 12:36:45.000000000 -0700
> @@ -309,11 +309,11 @@
>
> install-data-local:
> $(INSTALL) -D $(srcdir)/ardour.1.es \
> - $(mandir)/es/man1/ardour.1
> + $(DESTDIR)$(mandir)/es/man1/ardour.1
> $(INSTALL) -D $(srcdir)/ardour.1.fr \
> - $(mandir)/fr/man1/ardour.1
> + $(DESTDIR)$(mandir)/fr/man1/ardour.1
> $(INSTALL) -D $(srcdir)/ardour.1.ru \
> - $(mandir)/ru/man1/ardour.1
> + $(DESTDIR)$(mandir)/ru/man1/ardour.1
> # Tell versions [3.59,3.63) of GNU make to not export all variables.
> # Otherwise a system limit (for SysV at least) may be exceeded.
> .NOEXPORT:
More information about the Ardour-Dev
mailing list