summary refs log tree commit diff
path: root/pkgs/games/freeorion/fix-paths.sh
diff options
context:
space:
mode:
authorMilan Svoboda <milan.svoboda@centrum.cz>2018-09-02 21:42:47 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-02 21:42:47 +0200
commitae76e51f86a9f0d9c677e90e992126dda8276629 (patch)
tree5855dc78f49bea375860d403a68b7b9e339d8418 /pkgs/games/freeorion/fix-paths.sh
parenta92cfb57256d05a76db6f58913270b92e198382c (diff)
downloadnixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.tar
nixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.tar.gz
nixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.tar.bz2
nixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.tar.lz
nixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.tar.xz
nixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.tar.zst
nixpkgs-ae76e51f86a9f0d9c677e90e992126dda8276629.zip
FreeOrion 0.4.7.1 -> 0.4.8 (#45943)
Diffstat (limited to 'pkgs/games/freeorion/fix-paths.sh')
-rw-r--r--pkgs/games/freeorion/fix-paths.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/freeorion/fix-paths.sh b/pkgs/games/freeorion/fix-paths.sh
index cd6f381de25..73a3bd6feda 100644
--- a/pkgs/games/freeorion/fix-paths.sh
+++ b/pkgs/games/freeorion/fix-paths.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -e ~/.freeorion/config.xml ]; then
-  @libxsltBin@/bin/xsltproc -o ~/.freeorion/config.xml @out@/fixpaths/fix-paths.xslt ~/.freeorion/config.xml
+if [ -e ~/.config/freeorion/config.xml ]; then
+  @libxsltBin@/bin/xsltproc -o ~/.config/freeorion/config.xml @out@/fixpaths/fix-paths.xslt ~/.config/freeorion/config.xml
 fi
 exit 0