mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 17:05:36 +01:00
fix: compilation issue 2/2
revert adding `bin` to XDG_BIN_DIR due to undetected conflicting x modifiers. See #424
This commit is contained in:
parent
fb6e718b98
commit
e74fade49a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ profile xdm-xsession @{exec_path} {
|
|||
@{bin}/realpath rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/ssh-agent rix,
|
||||
@{bin}/tput rix
|
||||
@{bin}/tput rix,
|
||||
@{bin}/tr rix,
|
||||
@{bin}/tty rix,
|
||||
@{bin}/uname rix,
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
@{XDG_CONFIG_DIR}=".config"
|
||||
@{XDG_DATA_DIR}=".local/share"
|
||||
@{XDG_STATE_DIR}=".local/state"
|
||||
@{XDG_BIN_DIR}="bin" ".bin" ".local/bin"
|
||||
@{XDG_BIN_DIR}=".local/bin"
|
||||
@{XDG_LIB_DIR}=".local/lib"
|
||||
|
||||
# Full path of the user configuration directories
|
||||
|
|
Loading…
Add table
Reference in a new issue