[X2Go-Commits] [x2gokdrive] 03/05: x2gokdrive.spec: change /usr/share/xserver to /usr/src/xserver.

git-admin at x2go.org git-admin at x2go.org
Wed Oct 30 05:52:16 CET 2019


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

x2go pushed a commit to branch master
in repository x2gokdrive.

commit 18221a3e089dae6ded4391b8b6057e09100473e7
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Oct 30 05:39:11 2019 +0100

    x2gokdrive.spec: change /usr/share/xserver to /usr/src/xserver.
    
    For real this time.
---
 debian/changelog | 1 +
 x2gokdrive.spec  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 52a9b82..cca4210 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,6 +84,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
     + Use archive mode when copying xorg-server source. We probably want to
       keep stuff like timestamps to not break the Makefile dependencies.
     + *SuSE puts the xorg-server source code into /usr/src/xserver.
+    + Change /usr/share/xserver to /usr/src/xserver. For real this time.
   * debian/rules:
     + Remove weird empty variable reference construct.
     + Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index e2edd97..4609431 100644
--- a/x2gokdrive.spec
+++ b/x2gokdrive.spec
@@ -225,7 +225,7 @@ More information about X2Go can be found at:
 # prepare xorg-server build tree
 mkdir -p 'BUILD'
 %if 0%{?suse_version}
-cp -av '/usr/share/xserver/'* 'BUILD/'
+cp -av '/usr/src/xserver/'* 'BUILD/'
 %else
 cp -av '/usr/share/xorg-x11-server-source/'* 'BUILD/'
 %endif

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


More information about the x2go-commits mailing list