contrib/packaging/buildrpm
branchstable
changeset 43357 90dc0d3111d0
parent 43356 5989f697890a
child 43358 518655314fc5
--- a/contrib/packaging/buildrpm	Fri Nov 01 12:34:08 2019 +0100
+++ b/contrib/packaging/buildrpm	Fri Nov 01 12:47:38 2019 +0100
@@ -14,9 +14,10 @@
         shift
         BUILD=
         ;;
-    --python3)
+    --python)
         shift
-        PYTHONEXE=python3
+        PYTHONEXE=$1
+        shift
         ;;
     --withpython | --with-python)
         shift