summaryrefslogtreecommitdiffstats
path: root/solaris/gen-prototypes.sh
diff options
context:
space:
mode:
authorNathan Olla <ollan@deshawresearch.com>2014-07-14 10:16:18 -0400
committerNathan Olla <ollan@deshawresearch.com>2014-07-14 10:47:15 -0400
commitf02ffa67ef3646262aa09e5de6b92021ce27798b (patch)
tree3e0c0039e942a9650ba2a780defd3a67e26d1269 /solaris/gen-prototypes.sh
parent58e9167a8614e2c549e000b697ca88d5b59b5d7b (diff)
downloadbcfg2-f02ffa67ef3646262aa09e5de6b92021ce27798b.tar.gz
bcfg2-f02ffa67ef3646262aa09e5de6b92021ce27798b.tar.bz2
bcfg2-f02ffa67ef3646262aa09e5de6b92021ce27798b.zip
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.
Diffstat (limited to 'solaris/gen-prototypes.sh')
-rw-r--r--solaris/gen-prototypes.sh2
1 files changed, 1 insertions, 1 deletions
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