From 8b7a244163e1c99cec8a3ccdbdebf5fcbf6e2c01 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 17 Jan 2010 06:32:07 +0100 Subject: [PATCH] config/options.python: - cleanup a bit --- config/options.python | 1 - 1 file changed, 1 deletion(-) diff --git a/config/options.python b/config/options.python index 7c51acbddc..b5f1c65383 100644 --- a/config/options.python +++ b/config/options.python @@ -1,5 +1,4 @@ PYTHON_DIR="`ls -d $ROOT/$BUILD/Python*`" -PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`" PYTHON_TOOLCHAIN_PATH=`ls -d $SYSROOT_PREFIX/usr/lib/python*/site-packages` PYTHON_IMAGE_PATH=`ls -d $INSTALL/usr/lib/python*/site-packages`