Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > aafed78ad0940a6cd119e1e5030a34e2 > files > 1

exfat-utils-0.9.8-2.mga3.src.rpm

From 14b6d1c39021a675b2bd0c3604af5ee97d278080 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Tue, 9 Oct 2012 17:44:34 +0300
Subject: [PATCH] Fix install destination

---
 SConstruct | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SConstruct b/SConstruct
index 3206c54..e2309f8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -25,7 +25,7 @@ import SCons
 env = Environment(**ARGUMENTS)
 conf = Configure(env)
 
-destdir = env.get('DESTDIR', '/sbin');
+destdir = env.get('DESTDIR', '') + env.get('PREFIX', '/usr') +  '/sbin';
 targets = []
 libs = ['exfat']
 
-- 
1.7.12.1