From 6fecd714831a250511b8f1fb1526bbb9ee3d4176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 17 Jun 2005 22:44:45 +0000 Subject: [PATCH] Typo fix --- src/pisi/actionsapi/autotools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pisi/actionsapi/autotools.py b/src/pisi/actionsapi/autotools.py index 23be7a4a..89136558 100644 --- a/src/pisi/actionsapi/autotools.py +++ b/src/pisi/actionsapi/autotools.py @@ -40,6 +40,6 @@ def install(): install' cmd = os.path.dirname(os.path.dirname(os.getcwd())) + \ - const.build_install_dir_suffix + const.install_dir_suffix cmd = install_string.replace('{D}', cmd) os.system(cmd)