summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-05 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-05 08:00:00 +0000
commit0d1c62eb4733644bda03760182c395a903295a3e (patch)
tree59c53a537a8e3e06d2b458d43b74455445784549 /.github/workflows
parent91951acae71f2cc596ba409fde3e08c746a18551 (diff)
downloadlinux-pam-git-ldv/pam_env-vendordir.tar.gz
ci: make VENDORDIR based on $prefixldv/pam_env-vendordir
* 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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: