[X2Go-Commits] [x2goserver] 04/07: x2goserver-common/Makefile: whitespace (lineup) only.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 24 11:57:41 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 078fffcc88eef8c1ff0c0505bfe6208f257b9ce6
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jan 24 11:26:39 2018 +0100

    x2goserver-common/Makefile: whitespace (lineup) only.
---
 debian/changelog           |  1 +
 x2goserver-common/Makefile | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f80d8d..7c7d88c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -240,6 +240,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low
     - x2goserver/bin/x2goresume-session: handle missing xinerama parameter in
       options string gracefully, skipping that part (and the other optional
       geometry string) correctly.
+    - x2goserver-common/Makefile: whitespace (lineup) only.
   * x2goserver.spec:
     - Only create session DB in x2goserver's post install script. Do use
       proper Requires(post) statements to make sure perl-X2Go-Server-DB and
diff --git a/x2goserver-common/Makefile b/x2goserver-common/Makefile
index c3c6565..559b1bc 100755
--- a/x2goserver-common/Makefile
+++ b/x2goserver-common/Makefile
@@ -59,12 +59,12 @@ install: install_scripts install_config install_man install_version
 install_scripts:
 
 install_config:
-	$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)
-	$(INSTALL_FILE) etc/x2goserver.conf     $(DESTDIR)$(ETCDIR)/
-	$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)/x2gosql
-	$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)/x2gosql/passwords
-	$(INSTALL_FILE) etc/x2gosql/sql         $(DESTDIR)$(ETCDIR)/x2gosql
-	$(INSTALL_DIR) $(DESTDIR)/etc/tmpfiles.d || true
+	$(INSTALL_DIR)  $(DESTDIR)$(ETCDIR)
+	$(INSTALL_FILE) etc/x2goserver.conf            $(DESTDIR)$(ETCDIR)/
+	$(INSTALL_DIR)  $(DESTDIR)$(ETCDIR)/x2gosql
+	$(INSTALL_DIR)  $(DESTDIR)$(ETCDIR)/x2gosql/passwords
+	$(INSTALL_FILE) etc/x2gosql/sql                $(DESTDIR)$(ETCDIR)/x2gosql
+	$(INSTALL_DIR)  $(DESTDIR)/etc/tmpfiles.d || true
 	$(INSTALL_FILE) etc/tmpfiles.d/x2goserver.conf $(DESTDIR)/etc/tmpfiles.d/
 
 install_man:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list