return to sh-compatible piping
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
d249c5798f
commit
8d1a3a4eb7
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ create-builddir:
|
|||
|
||||
fetch-sources: create-builddir
|
||||
curl -o $(BUILDDIR)/data/$(SOURCE_FILENAME) $(SOURCE)
|
||||
md5sum -c <<< "$(CHECKSUM) $(BUILDDIR)/data/$(SOURCE_FILENAME)"
|
||||
echo "$(CHECKSUM) $(BUILDDIR)/data/$(SOURCE_FILENAME)" | md5sum -c
|
||||
|
||||
patch-version: create-builddir
|
||||
sed -e "s|@PKG_VERSION@|$(PKG_VERSION)|" \
|
||||
|
|
Loading…
Reference in New Issue