[X2Go-Commits] [x2gokdrive] 01/05: patches.xorg/common/quilt.env: add trailing slash to QUILT_PATCHES variable.

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 32ff76f43efddae69e65b41d4720cb11db048834
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Oct 28 23:37:31 2019 +0100

    patches.xorg/common/quilt.env: add trailing slash to QUILT_PATCHES variable.
---
 debian/changelog              | 2 ++
 patches.xorg/common/quilt.env | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d172142..ba215cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
       easier on the developer's machine. Requires SOURCING(!) the quilt.env
       file within a specific versioned sub-directory OR SOURCING(!) the
       top-level quilt.env file and exporting QUILT_PATCHES manually.
+    - patches.xorg/common/quilt.env: add trailing slash to QUILT_PATCHES
+      variable.
   * debian/control:
     + Grammar fix.
     + Remove dependencies that refer to disabled features.
diff --git a/patches.xorg/common/quilt.env b/patches.xorg/common/quilt.env
index 949568a..b6b5010 100644
--- a/patches.xorg/common/quilt.env
+++ b/patches.xorg/common/quilt.env
@@ -17,6 +17,6 @@ if [[ '0' -ne "${cont}" ]]; then
   this_dir="${this_patchesdir}/${this_version}"
   typeset top="$(dirname "$(dirname "$(dirname "${this_real}")")")"
 
-  export QUILT_PATCHES="${top}/${this_dir}"
+  export QUILT_PATCHES="${top}/${this_dir}/"
   . "${top}/quilt.env"
 fi

--
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