repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
games
/
freeorion
/
fix-paths.sh
blob
def017ddc5b0a54f27b633003696963ee0084da8
1
#!@shell@
2
3
if
[
-e
~
/
.config
/
freeorion
/
config.xml
];
then
4
@libxsltBin@
/
bin
/
xsltproc
-o
~
/
.config
/
freeorion
/
config.xml @out@
/
shar
e
/
freeorion
/
fix-paths.xslt ~
/
.config
/
freeorion
/
config.xml
5
fi
6
exit
0