From ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 20 Oct 2017 09:37:41 +0200 Subject: Fix FTBFS with SCons 3.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- po/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/SConscript b/po/SConscript index 0362e0a..43206be 100644 --- a/po/SConscript +++ b/po/SConscript @@ -10,7 +10,7 @@ ## First load the environment set in the top-level SConstruct file #Import( "env KDElang" ) Import('env') -myenv=env.Copy() +myenv=env.Clone() ## Make translations for the program "test1" in french (requires fr.po) myenv['APPNAME'] = "kstreamripper" -- cgit v1.2.1