commit 21aff2c24ae2cf40293cbe21b9a117fd8de9813b
parent ded5e4b491fbc9d24a59732de21bd81bfe9fb317
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 14 May 2023 21:43:24 +0200
Small clean-up of the Makefile template spkg.mk.in
Diffstat:
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/spkg.mk.in b/spkg.mk.in
@@ -6,11 +6,8 @@
cp @ARCH.sha512sum "$$(cat .prefix)/share/spkg/";\
fi
-@ARCH.sha512sum:
- @curl "@PATH/@ARCH.sha512sum" -o "$@"
-
-@ARCH.tgz:
- @curl "@PATH/@ARCH.tgz" -o "$@"
+@ARCH.sha512sum @ARCH.tgz:
+ curl -O "@PATH/$@"
uninstall_@NAME:
@if [ -f "$$(cat .prefix)/share/spkg/@NAME.sh" ]; then \