virtualenv builder: postinst update

s/python2.6/python*/ because freebsd now use python2.7
This commit is contained in:
Thomas NOËL 2012-05-06 02:02:17 +02:00
parent 836c0904d7
commit 0acdc0a857
1 changed files with 2 additions and 3 deletions

View File

@ -40,9 +40,8 @@ ln -sfv ../../univnautes/pkg/priv/* .
# copy python binaries in the virtualenv
echo ">>> Copy python binaries in /usr/local/univnautes/bin (virtualenv)"
cd /usr/local/univnautes/bin
rm -f python python2.6
cp -av /usr/local/bin/python2.6 .
ln -vf python2.6 python
rm -f python*
cp -av /usr/local/bin/python* .
# patch captiveportal
cd /usr/src/univnautes-patches