[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-265-gbd1a17f

X2go dev team git-admin at x2go.org
Wed Sep 14 22:40:09 CEST 2011


The branch, master has been updated
       via  bd1a17fce75b861bb8d58e698f3a52619e80f80e (commit)
      from  c10acfd3aedaa8ca2b5a31eb8e4bdeed427442b4 (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 bd1a17fce75b861bb8d58e698f3a52619e80f80e
Author: Ivan Kabaivanov <chepati at yahoo.com>
Date:   Wed Sep 14 22:40:01 2011 +0200

    Makefile fix around man page installation in x2goserver-extensions package.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog               |    1 +
 x2goserver-compat/Makefile     |    2 +-
 x2goserver-extensions/Makefile |    4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 58cfe0f..2a107b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -64,6 +64,7 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low
 
   [ Ivan Kabaivanov ]
   * Makefile fix around man page installation in x2goserver-compat package.
+  * Makefile fix around man page installation in x2goserver-extensions package.
 
   [ Martin Oehler ]
   * Removes old debug code fragment, fixes x2golistsessions parsing.
diff --git a/x2goserver-compat/Makefile b/x2goserver-compat/Makefile
index 3e80663..e1bc30f 100755
--- a/x2goserver-compat/Makefile
+++ b/x2goserver-compat/Makefile
@@ -68,7 +68,7 @@ install_man:
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man8
 	$(INSTALL_FILE) man/man8/*.8           $(DESTDIR)$(MANDIR)/man8
-	gzip -f $(DESTDIR)$(MANDIR)/man1/x2go*.8
+	gzip -f $(DESTDIR)$(MANDIR)/man8/x2go*.8
 
 install_version:
 	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)
diff --git a/x2goserver-extensions/Makefile b/x2goserver-extensions/Makefile
index 152dc92..b234c16 100755
--- a/x2goserver-extensions/Makefile
+++ b/x2goserver-extensions/Makefile
@@ -67,8 +67,8 @@ install_config:
 install_man:
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man8
-	$(INSTALL_FILE) man/man1/*.8           $(DESTDIR)$(MANDIR)/man8
-	gzip -f $(DESTDIR)$(MANDIR)/man1/x2go*.8
+	$(INSTALL_FILE) man/man8/*.8           $(DESTDIR)$(MANDIR)/man8
+	gzip -f $(DESTDIR)$(MANDIR)/man8/x2go*.8
 
 install_version:
 	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)


hooks/post-receive
-- 
x2goserver.git (X2go Server)

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 "x2goserver.git" (X2go Server).




More information about the x2go-commits mailing list