Skip to content

Commit d3d3a56

Browse files
committed
fix copying of gdal data files
1 parent f82e277 commit d3d3a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lambda-package-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rsync -ax $PREFIX/lib64/python$PYVER/site-packages/ $DEPLOY_DIR/ \
3333

3434
# copy GDAL_DATA files over
3535
mkdir -p $DEPLOY_DIR/share
36-
rsync -ax $PREFIX/share/gdal share/
36+
rsync -ax $PREFIX/share/gdal $DEPLOY_DIR/share/
3737

3838
# zip up deploy package
3939
cd $DEPLOY_DIR

0 commit comments

Comments
 (0)