X-Plane: X-World Scenery 1.1 -> 2.1-fix
parent
ee82f43e01
commit
882fa28e9a
|
@ -16,8 +16,9 @@ let
|
||||||
inherit (lib) concatStringsSep optional;
|
inherit (lib) concatStringsSep optional;
|
||||||
dirName = "simHeaven_X-World_Asia";
|
dirName = "simHeaven_X-World_Asia";
|
||||||
linkDirs = concatStringsSep " " ([
|
linkDirs = concatStringsSep " " ([
|
||||||
"${dirName}-0-exclusions"
|
#"${dirName}-0-exclusions"
|
||||||
"${dirName}-1-vfr"
|
"${dirName}-1-vfr"
|
||||||
|
"${dirName}-2-regions"
|
||||||
"${dirName}-5-footprints"
|
"${dirName}-5-footprints"
|
||||||
"${dirName}-6-scenery"
|
"${dirName}-6-scenery"
|
||||||
"${dirName}-7-forests"
|
"${dirName}-7-forests"
|
||||||
|
@ -28,7 +29,7 @@ let
|
||||||
tiles = concatStringsSep " " replaceTiles;
|
tiles = concatStringsSep " " replaceTiles;
|
||||||
in mkXPlaneAddon {
|
in mkXPlaneAddon {
|
||||||
pname = "x-world-asia";
|
pname = "x-world-asia";
|
||||||
version = "1.1";
|
version = "2.1-fix";
|
||||||
src = "";
|
src = "";
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
mkdir -p "$out"
|
mkdir -p "$out"
|
||||||
|
@ -42,7 +43,7 @@ in mkXPlaneAddon {
|
||||||
for f in ${linkDirs} ; do
|
for f in ${linkDirs} ; do
|
||||||
mkdir "$XPLANEPATH/Custom Scenery/$f"
|
mkdir "$XPLANEPATH/Custom Scenery/$f"
|
||||||
for j in "${impureSrcPath}/$f"/* ; do
|
for j in "${impureSrcPath}/$f"/* ; do
|
||||||
ln -s "$j" "$XPLANEPATH/Custom Scenery/$f/$(basename "$j")"
|
ln -s "$j" "$XPLANEPATH/Custom Scenery/$f/$(basename "$j")"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
if [ "${toString useOrtho}" = 1 ]; then
|
if [ "${toString useOrtho}" = 1 ]; then
|
||||||
|
|
|
@ -16,7 +16,7 @@ let
|
||||||
inherit (lib) concatStringsSep optional;
|
inherit (lib) concatStringsSep optional;
|
||||||
dirName = "simHeaven_X-World_Europe";
|
dirName = "simHeaven_X-World_Europe";
|
||||||
linkDirs = concatStringsSep " " ([
|
linkDirs = concatStringsSep " " ([
|
||||||
"${dirName}-0-exclusions"
|
#"${dirName}-0-exclusions"
|
||||||
"${dirName}-1-vfr"
|
"${dirName}-1-vfr"
|
||||||
"${dirName}-2-regions"
|
"${dirName}-2-regions"
|
||||||
"${dirName}-5-footprints"
|
"${dirName}-5-footprints"
|
||||||
|
@ -29,7 +29,7 @@ let
|
||||||
tiles = concatStringsSep " " replaceTiles;
|
tiles = concatStringsSep " " replaceTiles;
|
||||||
in mkXPlaneAddon {
|
in mkXPlaneAddon {
|
||||||
pname = "x-world-europe";
|
pname = "x-world-europe";
|
||||||
version = "1.1";
|
version = "2.1-fix";
|
||||||
src = "";
|
src = "";
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
mkdir -p "$out"
|
mkdir -p "$out"
|
||||||
|
|
Loading…
Reference in New Issue