diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-11-28 21:46:00 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-11-28 21:46:15 +0000 |
commit | 50b544ab1fb52fb631055652ae34ef4c5824fa4d (patch) | |
tree | 49c431a6a5b333f4c7ff59790c5f6a7fb0c9f3b1 /system/abuild/apkpath.patch | |
parent | 70916e40a99e552d4f1d6f04196e56b6798848fb (diff) | |
download | packages-50b544ab1fb52fb631055652ae34ef4c5824fa4d.tar.gz packages-50b544ab1fb52fb631055652ae34ef4c5824fa4d.tar.bz2 packages-50b544ab1fb52fb631055652ae34ef4c5824fa4d.tar.xz packages-50b544ab1fb52fb631055652ae34ef4c5824fa4d.zip |
system/abuild: update
Diffstat (limited to 'system/abuild/apkpath.patch')
-rw-r--r-- | system/abuild/apkpath.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/system/abuild/apkpath.patch b/system/abuild/apkpath.patch deleted file mode 100644 index 4390fe0b0..000000000 --- a/system/abuild/apkpath.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d9811dee71cfafde1fe6d596a2b9922b60dd0c4f Mon Sep 17 00:00:00 2001 -From: "A. Wilcox" <AWilcox@Wilcox-Tech.com> -Date: Fri, 21 Feb 2020 19:28:36 -0600 -Subject: [PATCH] abuild: Solve, once and for all, 'apk: not found' - ---- - abuild.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/abuild.in b/abuild.in -index 1b8898b..2212789 100644 ---- a/abuild.in -+++ b/abuild.in -@@ -23,7 +23,7 @@ fi - # defaults - : ${FAKEROOT:="fakeroot"} - : ${SUDO_APK:="abuild-apk"} --: ${APK:="apk"} -+: ${APK:="/sbin/apk"} - : ${ADDUSER:="abuild-adduser"} - : ${ADDGROUP:="abuild-addgroup"} - --- -2.25.0 - |