Skip to content

Commit

Permalink
Python-3: The BUILD needed some fixing because of the version changes
Browse files Browse the repository at this point in the history
else the symlink fails creation.
  • Loading branch information
stumbles committed Jul 14, 2014
1 parent 9ac772d commit 74140ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Python-3/BUILD
Expand Up @@ -10,6 +10,6 @@
make altinstall &&

# Till Python 3 based apps catch up we need a symlink from python3.3 to python3
ln -sf /usr/bin/python3.3 /usr/bin/python3
ln -sf /usr/bin/python3.`lvu version Python-3 | cut -c 1` /usr/bin/python3

) > $C_FIFO 2>&1

0 comments on commit 74140ad

Please sign in to comment.