summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-10-01 18:04:22 +0200
committerTimo Teräs <timo.teras@iki.fi>2020-10-02 12:07:05 +0300
commit1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba (patch)
tree8dcc803eb1376f9f5e58dfd0369c997ce610087e
parent4483a58386f5e320d8aafb1087cc537af8e1ee6a (diff)
downloadapk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.tar.gz
apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.tar.bz2
apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.tar.xz
apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.zip
build: make sure to use helper scripts from git tree and not system
-rw-r--r--libfetch/meson.build2
-rw-r--r--src/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/libfetch/meson.build b/libfetch/meson.build
index 1438cac..90e133b 100644
--- a/libfetch/meson.build
+++ b/libfetch/meson.build
@@ -7,7 +7,7 @@ libfetch_src = [
'openssl-compat.c'
]
-errlist_generator = find_program('errlist.sh')
+errlist_generator = find_program('./errlist.sh')
ftperr_h = custom_target(
'ftperr.h',
diff --git a/src/meson.build b/src/meson.build
index a5a0f73..c93429f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -57,7 +57,7 @@ apk_src = [
]
if lua_bin.found()
- genhelp_script = find_program('genhelp.lua')
+ genhelp_script = find_program('./genhelp.lua')
generated_help = custom_target(
'help.h',