The branch, backport-lenny has been updated via edae296ab013fcd64d50850e7b47c61cd181ba6a (commit) from 4a65a7c59c83ad5e2823ec62626ea868dc38e280 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit edae296ab013fcd64d50850e7b47c61cd181ba6a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 4 16:10:37 2011 +0200 fix INSTALL options ----------------------------------------------------------------------- Summary of changes: Makefile.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/Makefile.in b/Makefile.in index f7668a5..1db60c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,6 +66,7 @@ man1dir = @mandir@/man1 VPATH = @srcdir@ INSTALL = @INSTALL@ +INSTALL = @INSTALL_DIR@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_LINK = cp -av @@ -272,7 +273,7 @@ install: install.bin install.lib install.man install.bin: install.lib: all - $(INSTALL) $(DESTDIR)$(prefix)/lib + $(INSTALL_DIR) $(DESTDIR)$(prefix)/lib $(INSTALL_DATA) libXcomp.so.3.* $(DESTDIR)$(prefix)/lib $(INSTALL_LINK) libXcomp.so.3 $(DESTDIR)$(prefix)/lib $(INSTALL_LINK) libXcomp.so $(DESTDIR)$(prefix)/lib hooks/post-receive -- nxcomp.git (NX comp library) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nxcomp.git" (NX comp library).