changeset 94:b04a57c3f484

bugfix: python DESTDIR install
author janneke <janneke@gnu.org>
date Thu, 01 Dec 2005 22:15:37 +0100
parents bc49e77c3bbb
children 0fdb183c1834
files specs/framework.py
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/specs/framework.py	Thu Dec 01 22:15:11 2005 +0100
+++ b/specs/framework.py	Thu Dec 01 22:15:37 2005 +0100
@@ -13,13 +13,6 @@
 		gub.Target_package.set_download (self, mirror, format, downloader)
 		self.url = re.sub ("python-", "Python-" , self.url)
 
-	def install_command (self):
-		return gub.Target_package.install_command (self) \
-		       + gub.join_lines ('''
-INCLUDEDIR=%(install_prefix)s/include
-MANDIR=%(install_prefix)s/share/man
-''')
-
 class Python__mingw (Python):
 	def patch (self):
 		self.system ('''