Use specific match for patch name

This commit is contained in:
Joe Groocock 2018-08-19 21:08:34 +01:00
parent f4602958fd
commit 9360ec8b65
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -52,7 +52,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/libxslt.git --branch $LIBXSLT_VER -
&& make DESTDIR=/prefix install
# Download and build xmlstarlet
ADD *.patch /tmp
ADD xmlstarlet-*.patch /tmp
WORKDIR /tmp/xmlstarlet
RUN git clone git://git.code.sf.net/p/xmlstar/code --branch $XMLSTAR_VER --depth 1 . \
&& git apply /tmp/xmlstarlet*.patch \