FIX: Remove expandvars from kde-config. Pointed out by mr_bones
This commit is contained in:
parent
c1e2af5f01
commit
01c5e1ae8a
1 changed files with 2 additions and 2 deletions
|
@ -351,8 +351,8 @@ AC_PATH_PROGS([KDE_CONFIG], [kde-config], [none])
|
|||
if test "x$KDE_CONFIG" = "xnone"; then
|
||||
kdefound=no
|
||||
else
|
||||
KDE_DESKTOP=`$KDE_CONFIG --expandvars --install apps`/Games/TacticStrategy
|
||||
KDE_ICON=`$KDE_CONFIG --expandvars --install icon`
|
||||
KDE_DESKTOP=`$KDE_CONFIG --install apps`/Games/TacticStrategy
|
||||
KDE_ICON=`$KDE_CONFIG --install icon`
|
||||
kdefound=yes
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue