Fix installation paths for subfolders

sql-rework
Tomasz Golinski 2020-05-24 14:14:57 +02:00
rodzic cf38881248
commit 07a49306bb
2 zmienionych plików z 60 dodań i 60 usunięć

Wyświetl plik

@ -1,32 +1,32 @@
configure_file(input: 'dolnoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'dolnoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'gornoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'gornoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'kujawsko-pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'kujawsko-pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'lodzkie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'lodzkie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'lubelskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'lubelskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'lubuskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'lubuskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'malopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'malopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'mazowieckie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'mazowieckie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'opolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'opolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'podkarpackie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'podkarpackie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'podlaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'podlaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'swietokrzyskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'swietokrzyskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'warminsko-mazurskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'warminsko-mazurskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'wielkopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'wielkopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'zachodniopomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'zachodniopomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'dolnoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'dolnoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'gornoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'gornoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'kujawsko-pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'kujawsko-pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'lodzkie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'lodzkie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'lubelskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'lubelskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'lubuskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'lubuskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'malopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'malopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'mazowieckie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'mazowieckie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'opolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'opolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'podkarpackie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'podkarpackie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'podlaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'podlaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'swietokrzyskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'swietokrzyskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'warminsko-mazurskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'warminsko-mazurskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'wielkopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'wielkopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'zachodniopomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')
configure_file(input: 'zachodniopomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson')

Wyświetl plik

@ -1,31 +1,31 @@
configure_file(input: 'Poland.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Poland_big.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Poland_powiaty.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Poland_relief.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Poland.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Poland_big.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Poland_powiaty.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Poland_relief.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Podlaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Malopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Warminsko-Mazurskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Kujawsko-Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Mazowieckie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Wielkopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Dolnoslaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Lubelskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Lodzkie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Lubuskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Opolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Podkarpackie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Slaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Swietokrzyskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Zachodniopomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Podlaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Malopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Warminsko-Mazurskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Kujawsko-Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Mazowieckie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Wielkopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Dolnoslaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Lubelskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Lodzkie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Lubuskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Opolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Podkarpackie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Slaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Swietokrzyskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Zachodniopomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Benelux.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'France.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Germany.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Romania.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'UK.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'USA.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Benelux.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'France.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Germany.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Romania.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'UK.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'USA.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'Europe.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'World.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.')
configure_file(input: 'Europe.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')
configure_file(input: 'World.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')