From 0d1c62eb4733644bda03760182c395a903295a3e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 5 Feb 2023 08:00:00 +0000 Subject: ci: make VENDORDIR based on $prefix * ci/run-build-and-tests.sh: Accept VENDORDIR that does not start with /. * .github/workflows/ci.yml (VENDORDIR): Change from /usr/etc to ${prefix}/share/etc, this should help to check that the code no longer relies on the assumption that VENDORDIR == /usr/etc. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7310eafa..c9781563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: env: CC: gcc-12 TARGET: x86_64 - VENDORDIR: /usr/etc + VENDORDIR: ${prefix}/share/etc steps: - uses: actions/checkout@v3 with: -- cgit v1.2.3