[ardour-dev] beta14-3, patch for man translations install
Fernando Pablo Lopez-Lezcano
nando at ccrma.Stanford.EDU
Sat Jun 5 13:48:43 PDT 2004
On Sat, 2004-06-05 at 12:36, Paul Davis wrote:
> >The change is still not present in 0.9beta16. It is also needed for=20
> >Debian packages (local tree [./debian/tmp/usr] to build the package from do=
> >es not equal tha final installation tree of the package [/usr]).
>
> which change?
He probably refers to this small patch I send a while back, I have not
checked whether it is there or not...
-- 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