This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 5e85638 nx-libs.spec: several dependency fixes... new 0b9fce2 Makefile.nx-libs: fix faulty path to nxproxy.1 man page The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/Makefile.nx-libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 0b9fce27be48553f578529ea41da5baf6a22a22f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 12:12:15 2015 +0100 Makefile.nx-libs: fix faulty path to nxproxy.1 man page --- debian/Makefile.nx-libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Makefile.nx-libs b/debian/Makefile.nx-libs index a60dc7b..e85f404 100644 --- a/debian/Makefile.nx-libs +++ b/debian/Makefile.nx-libs @@ -66,7 +66,7 @@ install-lite: $(MAKE) -C $$d install; done $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/man/man1/ - $(INSTALL_FILE) nxproxy/nxproxy.1 $(DESTDIR)$(PREFIX)/share/man/man1/ + $(INSTALL_FILE) nxproxy/man/nxproxy.1 $(DESTDIR)$(PREFIX)/share/man/man1/ gzip $(DESTDIR)$(PREFIX)/share/man/man1/*.1 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git