commit 76748d4c13d36122245b44a830954f92b9ec746f
parent 0f525473bb4d9815363bb4436f26d6265a88afd2
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 19 Mar 2025 14:48:21 +0000
Use v2.9.1 of apk-tools
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/files/apk-tools.patch b/files/apk-tools.patch
@@ -1,8 +1,8 @@
diff --git a/Makefile b/Makefile
-index 2ac7da3..09b1cad 100644
+index a0e0c50..85b79d7 100644
--- a/Makefile
+++ b/Makefile
-@@ -56,6 +56,20 @@ check test: FORCE
+@@ -42,6 +42,20 @@ check test: FORCE
static:
$(Q)$(MAKE) STATIC=y
@@ -21,5 +21,5 @@ index 2ac7da3..09b1cad 100644
+ $(INSTALL) -m644 src/apk.pc $(DESTDIR)$(PKGCONFIGDIR)
+
tag: check
- TAG_VERSION=$$(cat VERSION); \
- git commit . -m "apk-tools-$${TAG_VERSION}"; \
+ git commit . -m "apk-tools-$(VERSION)"
+ git tag -s v$(VERSION) -m "apk-tools-$(VERSION)"