Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fix product names
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Apr 29, 2018
1 parent ea39f6e commit 6edfd08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ platforms = [

# The products that we will ensure are always built
products(prefix) = [
LibraryProduct(prefix, "libgdal", :libdal),
ExecutableProduct(prefix, "gdalinfo", :gdalinfo),
ExecutableProduct(prefix, "gdalwarp", :gdalwarp),
ExecutableProduct(prefix, "gdal_translate", :gdal_translate),
ExecutableProduct(prefix, "ogr2ogr", :ogr2ogr),
ExecutableProduct(prefix, "ogrinfo", :ogrinfo)
LibraryProduct(prefix, "libgdal", :libgdal),
ExecutableProduct(prefix, "gdalinfo", :gdalinfo_path),
ExecutableProduct(prefix, "gdalwarp", :gdalwarp_path),
ExecutableProduct(prefix, "gdal_translate", :gdal_translate_path),
ExecutableProduct(prefix, "ogr2ogr", :ogr2ogr_path),
ExecutableProduct(prefix, "ogrinfo", :ogrinfo_path)
]

# Dependencies that must be installed before this package can be built
Expand Down

0 comments on commit 6edfd08

Please sign in to comment.