[python-x2go/el6] No longer need to remove shbangs, fixed upstream

Orion Poplawski orion at fedoraproject.org
Wed Dec 11 17:39:36 UTC 2013


commit f36d6223ab6a47901ec00f9f5c0979a2334b7f47
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Dec 11 10:39:36 2013 -0700

    No longer need to remove shbangs, fixed upstream

 python-x2go.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/python-x2go.spec b/python-x2go.spec
index 32a1206..7f7d417 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -79,8 +79,6 @@ Python applications by providing a Python-based X2Go client API.
 
 %prep
 %setup -q
-# Remove shbang from library scipts
-find x2go -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python||'
 # Python3
 %if 0%{?with_python3}
 rm -rf %{py3dir}


More information about the scm-commits mailing list