From: lars Date: Sun, 7 Feb 2010 11:02:34 +0000 (+0000) Subject: [packages] Fix python build... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=45da56c2a23ecc468dca5660c6bcc3b3431228d0;p=packages.git [packages] Fix python build... git-svn-id: svn://svn.openwrt.org/openwrt/packages@19538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index c017fafbf..13880269a 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -274,10 +274,6 @@ define PyPackage/python/filespec -|/usr/lib/python$(PYTHON_VERSION)/weakref.py endef -define PyPackage/python/install - ln -sf python$(PYTHON_VERSION) $(1)/usr/bin/python -endef - define PyPackage/python-mini/filespec +|/usr/bin/python$(PYTHON_VERSION) +|/usr/lib/python$(PYTHON_VERSION)/__future__.py