From a91d27c5d1510eaef8362ebb581a1bebe51fb03a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Feb 12 2019 00:21:00 +0000 Subject: fix python shebang --- diff --git a/sugar-countries.spec b/sugar-countries.spec index 9fbdede..9e79cb6 100644 --- a/sugar-countries.spec +++ b/sugar-countries.spec @@ -27,6 +27,8 @@ English names of 212 countries. chmod +x Countries.py sed -i 's/\r//' Countries.py +sed -i 's/python/python2/' *.py + %build %{__python2} ./setup.py build