summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c9781563..6125178f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
env:
CC: clang-14
TARGET: x86_64
- VENDORDIR: /usr/etc
+ VENDORDIR: ${prefix}/share/etc
steps:
- uses: actions/checkout@v3
with: