From 449f6408977ebcf0df32ecda508d0e23e707fe11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 20 Jun 2005 08:23:23 +0000 Subject: [PATCH] =?UTF-8?q?install=5Fdir()=20hatal=C4=B1=20bir=20fonksiyon?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Her çağırıldığında aşağıdaki hatalı dizini döndürüyor. Yerine pkg_install_dir() kullanılmalı. ./tmp/var/tmp/pisi/install --- pisi/context.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pisi/context.py b/pisi/context.py index f95c4e92..eb7e0972 100644 --- a/pisi/context.py +++ b/pisi/context.py @@ -77,9 +77,6 @@ class Context(object): return self.destdir + self.const.tmp_dir_suffix \ + '/' + packageDir + self.const.work_dir_suffix - def install_dir(self): - return self.tmp_dir() + self.const.install_dir_suffix - def pkg_install_dir(self): packageDir = self.spec.source.name + '-' \ + self.spec.source.version + '-' + self.spec.source.release