mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
c6a03b745a
Added a small workaround to the startrazor launch script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
6 lines
156 B
Tcsh
6 lines
156 B
Tcsh
#!/bin/csh
|
|
if ( $?XDG_CONFIG_DIRS ) then
|
|
setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:@RCONFDIR@
|
|
else
|
|
setenv XDG_CONFIG_DIRS /etc/xdg:@RCONFDIR@
|
|
endif
|