summaryrefslogtreecommitdiffstats
path: root/po/SConscript
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-10-20 09:37:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-10-20 09:37:50 +0200
commit7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd (patch)
tree13cd3560a66b4d0e853ed0810edbaed884f3f77b /po/SConscript
parent5b2bdd171ef6daf1c10210d954c4c03083625b71 (diff)
downloadkstreamripper-7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd.tar.gz
kstreamripper-7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd.zip
Fix FTBFS with SCons 3.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1)
Diffstat (limited to 'po/SConscript')
-rw-r--r--po/SConscript2
1 files changed, 1 insertions, 1 deletions
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"