From 2e045d18a5b0143b5f7069453d51816fcc53949f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 13 Jan 2011 23:38:40 +0100 Subject: [PATCH] Python forcing symlinking Signed-off-by: Stephan Raue --- packages/lang/Python/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index 44999b1ea8..90f0ce60cd 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -43,7 +43,7 @@ make make install # symlink python binary to python2 (needed for Mesa) - ln -s python $ROOT/$TOOLCHAIN/bin/python2 + ln -sf python $ROOT/$TOOLCHAIN/bin/python2 cp Parser/pgen ./hostpgen cp python ./hostpython