mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +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
@ -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…
Reference in New Issue
Block a user