From 45da56c2a23ecc468dca5660c6bcc3b3431228d0 Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 7 Feb 2010 11:02:34 +0000 Subject: [PATCH] [packages] Fix python build... git-svn-id: svn://svn.openwrt.org/openwrt/packages@19538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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