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:
Alexandre Pujol 2024-08-20 19:54:54 +01:00
parent fb6e718b98
commit e74fade49a
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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