From aad2092485cf93795566a9eea6724a03fd3621fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 15 Jun 2005 11:47:25 +0000 Subject: [PATCH] =?UTF-8?q?kurulacak=20dizin=20/image=20de=C4=9Fil=20/inst?= =?UTF-8?q?all?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pisi/actionsapi/autotools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pisi/actionsapi/autotools.py b/src/pisi/actionsapi/autotools.py index 6da2dc8b..a009e89c 100644 --- a/src/pisi/actionsapi/autotools.py +++ b/src/pisi/actionsapi/autotools.py @@ -33,4 +33,5 @@ def install(): sysconfdir={D}/etc \ install' - os.system( install_string.replace( '{D}', os.path.dirname( os.path.dirname( os.getcwd())) + '/image' )) + # FIXME: need to get install directory from pisi.config... + os.system( install_string.replace( '{D}', os.path.dirname( os.path.dirname( os.getcwd())) + '/install' ))