Revert "feat(tunable): add bin to XDG_BIN_DIR."
This reverts commit 44a6bc86e6.
This commit is contained in:
parent
9c9af1d821
commit
5f368403b3
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
@{XDG_CONFIG_DIR}=".config"
|
@{XDG_CONFIG_DIR}=".config"
|
||||||
@{XDG_DATA_DIR}=".local/share"
|
@{XDG_DATA_DIR}=".local/share"
|
||||||
@{XDG_STATE_DIR}=".local/state"
|
@{XDG_STATE_DIR}=".local/state"
|
||||||
@{XDG_BIN_DIR}="bin" ".local/bin"
|
@{XDG_BIN_DIR}=".local/bin"
|
||||||
@{XDG_LIB_DIR}=".local/lib"
|
@{XDG_LIB_DIR}=".local/lib"
|
||||||
|
|
||||||
# Define extended user directories not defined in the XDG standard but commonly
|
# Define extended user directories not defined in the XDG standard but commonly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue