From f02ffa67ef3646262aa09e5de6b92021ce27798b Mon Sep 17 00:00:00 2001 From: Nathan Olla Date: Mon, 14 Jul 2014 10:16:18 -0400 Subject: Use PYVERSION in Makefile and gen-prototypes consistently PYVERSION is already being set in the Makefile but wasn't being used when setup.py gets invoked. Use PYVERSION in gen-prototypes to generate complete packages. --- solaris/gen-prototypes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solaris/gen-prototypes.sh') diff --git a/solaris/gen-prototypes.sh b/solaris/gen-prototypes.sh index 64aff9edb..b0006df16 100644 --- a/solaris/gen-prototypes.sh +++ b/solaris/gen-prototypes.sh @@ -1,6 +1,6 @@ #!/bin/sh cd build -PP="./lib/python/site-packages/" +PP="./lib/python${PYVERSION}/site-packages/" #bcfg2 echo "i pkginfo=./pkginfo.bcfg2" > ../prototype.tmp -- cgit v1.2.3-1-g7c22