[X2Go-Commits] [x2goclient] 07/25: pyhoca-cli.spec: actually change the hashbang of a file...
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:07:14 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.2
in repository x2goclient.
commit 1e6223947360e537ba153d3ade30dcc4e459b08a
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Dec 18 21:28:21 2019 +0100
pyhoca-cli.spec: actually change the hashbang of a file...
---
debian/changelog | 1 +
pyhoca-cli.spec | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a8eef63a..e036cd6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium
running against nightly versions of python-x2go.
+ Replace hashbang with version determined by name helper.
+ Fix syntax error.
+ + Actually change the hashbang of a file...
-- X2Go Release Manager <git-admin at x2go.org> Fri, 22 Nov 2019 15:26:45 +0100
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index 8788bc8d..069fba96 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -153,10 +153,10 @@ on desktops and thin clients.
%prep
%setup -q
%if 0%{?with_python2}
-sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python2}@'
+sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python2}@' 'pyhoca-cli'
%endif
%if 0%{?with_python3}
-sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python3}@'
+sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python3}@' 'pyhoca-cli'
%endif
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list