mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 12:36:40 +02:00
11 lines
210 B
Diff
11 lines
210 B
Diff
--- old/make/Defs.gmk
|
|
+++ new/make/Defs.gmk
|
|
@@ -173,7 +173,7 @@
|
|
else
|
|
TIDY = /usr/bin/tidy
|
|
endif
|
|
-TOUCH = /usr/bin/touch
|
|
+TOUCH = /bin/touch
|
|
UNZIP = /usr/bin/unzip
|
|
WC = /usr/bin/wc
|
|
ZIP = /usr/bin/zip
|