summarylogtreecommitdiffstats
path: root/phoenix-emu-project
diff options
context:
space:
mode:
authorViachaslau Khalikin2016-08-27 09:51:36 +0000
committerViachaslau Khalikin2016-08-27 09:51:36 +0000
commitbbcc98339a72daaaa4c3a64455fae574b34645ef (patch)
treef3a0a28bdf9ebf9e071f76afa4abdf9b4172ceb3 /phoenix-emu-project
parent7604f19f77dc7d7fa7aa2347099e23e0e42febab (diff)
downloadaur-bbcc98339a72daaaa4c3a64455fae574b34645ef.tar.gz
update to 2.7 and add custom eng translation
Diffstat (limited to 'phoenix-emu-project')
-rw-r--r--phoenix-emu-project12
1 files changed, 8 insertions, 4 deletions
diff --git a/phoenix-emu-project b/phoenix-emu-project
index 6a8bf9a11694..16e0502db272 100644
--- a/phoenix-emu-project
+++ b/phoenix-emu-project
@@ -3,13 +3,17 @@
confdir=$HOME/.config/PhoenixEmuProject
mkdir -p $confdir
cd $confdir
-if [ ! -s $confdir/scales ] ; then
- cp -ar /opt/phoenix-emu-project/scales $confdir/scales
+if [ ! -s $confdir/scalers ] ; then
+ cp -r /opt/phoenix-emu-project/scales $confdir/scales
fi
if [ ! -s $confdir/shaders ] ; then
- cp -ar /opt/phoenix-emu-project/shaders $confdir/shaders
+ cp -r /opt/phoenix-emu-project/shaders $confdir/shaders
fi
if [ ! -s $confdir/skin ] ; then
- cp -ar /opt/phoenix-emu-project/skin $confdir/skin
+ cp -r /opt/phoenix-emu-project/skin $confdir/skin
fi
+if [[ $LANG != "ru_RU"* ]]; then
+ cp /opt/phoenix-emu-project/translation.xml.eng $confdir/translation.xml
+fi
/opt/phoenix-emu-project/PhoenixEmuProject
+