From f905e25f3f24666401a1441feddcbfb588db1f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 14 Jul 2005 18:03:40 +0000 Subject: [PATCH] Typo --- pisi/actionsapi/autotools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/actionsapi/autotools.py b/pisi/actionsapi/autotools.py index 09605369..f3ffca15 100644 --- a/pisi/actionsapi/autotools.py +++ b/pisi/actionsapi/autotools.py @@ -44,7 +44,7 @@ def install(parameters = ''): dir_suffix = os.path.dirname(os.path.dirname(os.getcwd())) + \ glb.const.install_dir_suffix - install_string = 'make prefix=%s/%(defaultprefix)s \ + install_string = 'make prefix=%(prefix)s/%(defaultprefix)s \ datadir=%(prefix)s/%(data)s \ infodir=%(prefix)s/%(info)s \ localstatedir=%(prefix)s/%(localstate)s \