[PR #6737] [MERGED] build: replace _SYSCONFDIR_ with @sysconfdir@ #6147

Closed
opened 2026-05-05 10:51:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6737
Author: @kmk3
Created: 5/5/2025
Status: Merged
Merged: 5/6/2025
Merged by: @kmk3

Base: masterHead: build-replace-sysconfdir


📝 Commits (1)

  • ffd3b65 build: replace SYSCONFDIR with @sysconfdir@

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 src/bash_completion/Makefile (+1 -1)
📝 src/bash_completion/firejail.bash_completion.in (+1 -1)
📝 src/zsh_completion/Makefile (+1 -1)
📝 src/zsh_completion/_firejail.in (+1 -1)

📄 Description

For consistency, use the conventional autoconf variable name (see also
config.mk.in).

Commands used to search and replace:

$ git grep -Ilz '_SYSCONFDIR_' | xargs -0 \
  perl -pi -e 's/_SYSCONFDIR_/\@sysconfdir\@/'

Added on commit a37ffc337 ("Add first version of zsh completion",
2021-01-02) / PR #3864.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6737 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-replace-sysconfdir` --- ### 📝 Commits (1) - [`ffd3b65`](https://github.com/netblue30/firejail/commit/ffd3b65e9a960a1929373b78c2e1df85b787f4c8) build: replace _SYSCONFDIR_ with @sysconfdir@ ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/bash_completion/Makefile` (+1 -1) 📝 `src/bash_completion/firejail.bash_completion.in` (+1 -1) 📝 `src/zsh_completion/Makefile` (+1 -1) 📝 `src/zsh_completion/_firejail.in` (+1 -1) </details> ### 📄 Description For consistency, use the conventional autoconf variable name (see also config.mk.in). Commands used to search and replace: $ git grep -Ilz '_SYSCONFDIR_' | xargs -0 \ perl -pi -e 's/_SYSCONFDIR_/\@sysconfdir\@/' Added on commit a37ffc337 ("Add first version of zsh completion", 2021-01-02) / PR #3864. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:51:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6147
No description provided.