Skip to content

Commit 5e8ee8c

Browse files
authored
Merge pull request #12772 from parona-source/update-bash-completions
CMake: Update installed bash completion symlinks due to previous removals and additions
2 parents b3eba63 + 6cc5573 commit 5e8ee8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/install_bash_completions.cmake.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set(PROGRAMS
66
gdaladdo
77
gdalbuildvrt
88
gdal_calc.py
9-
gdalchksum.py
109
gdalcompare.py
1110
gdal-config
1211
gdal_contour
@@ -15,8 +14,6 @@ set(PROGRAMS
1514
gdalenhance
1615
gdal_fillnodata.py
1716
gdal_grid
18-
gdalident.py
19-
gdalimport.py
2017
gdallocationinfo
2118
gdalmanage
2219
gdal_merge.py
@@ -29,15 +26,18 @@ set(PROGRAMS
2926
gdalsrsinfo
3027
gdaltindex
3128
gdaltransform
29+
gdal_footprint
3230
gdal_translate
3331
gdalwarp
3432
ogr2ogr
3533
ogrinfo
3634
ogrlineref
3735
ogrmerge.py
3836
ogrtindex
37+
ogr_layer_algebra.py
3938
gdal_viewshed
40-
gdal_create)
39+
gdal_create
40+
sozip)
4141

4242
set(INSTALL_DIR "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/@BASH_COMPLETIONS_DIR@")
4343

0 commit comments

Comments
 (0)