]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- use full path in %{__python3} macro
authorKacper Kornet <draenog@pld-linux.org>
Thu, 31 Oct 2013 16:41:13 +0000 (16:41 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Thu, 31 Oct 2013 16:41:13 +0000 (16:41 +0000)
rpm.macros

index 97466e30a895bc4e2b62dac9700aa31b1c841430..1700436f0bb1299a2b9d400236b577cf803fdbc0 100644 (file)
@@ -1068,7 +1068,7 @@ fi \
 
 # Python 3.x
 # python main version
-%__python3                     python3
+%__python3                     /usr/bin/python3
 %py3_ver                       %{expand:%%global py3_ver %(%{__python3} -c "import sys; print(sys.version[:3])" 2>/dev/null || echo ERROR)}%py3_ver
 
 # directories
This page took 0.051965 seconds and 4 git commands to generate.