mirror of https://github.com/google/oss-fuzz.git
[GDAL] Fix path to main script, due to GDAL source tree reorganization (#6687)
This commit is contained in:
parent
6053054a09
commit
59dae9c080
|
@ -20,7 +20,7 @@ RUN apt-get update && \
|
|||
|
||||
RUN git clone --depth 1 https://github.com/OSGeo/gdal gdal
|
||||
|
||||
RUN cp gdal/gdal/fuzzers/build.sh $SRC/
|
||||
RUN cp gdal/fuzzers/build.sh $SRC/
|
||||
|
||||
WORKDIR gdal
|
||||
|
||||
|
|
Loading…
Reference in New Issue