1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/java-jtreg/fix-build.patch
2022-10-05 21:07:11 +02:00

11 lines
246 B
Diff

--- old/make/Defs.gmk
+++ new/make/Defs.gmk
@@ -432,7 +432,7 @@
SORT = /usr/bin/sort
TEST = /usr/bin/test
TIDY = /usr/bin/tidy
-TOUCH = /usr/bin/touch
+TOUCH = /bin/touch
UNZIP = /usr/bin/unzip
WC = /usr/bin/wc
ZIP = /usr/bin/zip