From 9c2217530e7c67f56a6a67b7295f4ba95fc71b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 30 Jun 2005 13:52:11 +0000 Subject: [PATCH] =?UTF-8?q?slash=C4=B1m=C4=B1=20isterim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/actionsapi/pisitools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/actionsapi/pisitools.py b/pisi/actionsapi/pisitools.py index 8f0c0f8b..b8feee20 100644 --- a/pisi/actionsapi/pisitools.py +++ b/pisi/actionsapi/pisitools.py @@ -41,7 +41,7 @@ def dosbin(filename, destination=None): env = config.env if not destination: - destination = config.dirs.sbin + destination = '/' + config.dirs.sbin try: os.makedirs(env.install_dir + destination)