[X2Go-Commits] [x2gokdrive] 02/04: x2gokdrive.spec: delete old configure files that might have had the executable bit set.

git-admin at x2go.org git-admin at x2go.org
Thu Oct 31 03:47:49 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 410e6cb5bcc00fead3c96fb38eee49ea4c6fe15f
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Oct 31 03:43:18 2019 +0100

    x2gokdrive.spec: delete old configure files that might have had the executable bit set.
    
    We want those to be re-generated with the correct permissions later on.
---
 debian/changelog | 2 ++
 x2gokdrive.spec  | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9e3e451..8ab45b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -110,6 +110,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
     + Change /usr/share/xserver to /usr/src/xserver. For real this time.
     + Add hack installing missing files into the xorg-server source tree.
     + Port change from debian/rules.flags to disable Xorg DDX building.
+    + Delete old configure files that might have had the executable bit set.
+      We want those to be re-generated with the correct permissions later on.
   * debian/rules:
     + Remove weird empty variable reference construct.
     + Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index f799672..f0ae3dd 100644
--- a/x2gokdrive.spec
+++ b/x2gokdrive.spec
@@ -269,6 +269,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fpic"
 export CXXFLAGS="$CFLAGS"
 
 pushd 'BUILD'
+# Clean up old configure files that might have had the executable bit set.
+# Will be regenerated later on.
+rm -f 'configure' 'config.'{sub,guess} 'depcomp' 'install-sh' 'compile' 'ltmain.sh' 'missing' 'ylwrap'
 autoreconf -fvi
 # The RPM macro for the linker flags does not exist on EPEL
 %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}

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