Fixed bug #14100
This commit is contained in:
parent
a17d1ab9f6
commit
3699f6e567
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ AC_ARG_WITH([icondir],
|
|||
AS_HELP_STRING([--with-icondir@<:@=DIR@:>@], [change icon directory under gnome]),
|
||||
[case "${withval}" in
|
||||
yes)
|
||||
ICONDIR="$(datadir)/icons"
|
||||
ICONDIR="${datadir}/icons"
|
||||
;;
|
||||
no)
|
||||
;;
|
||||
|
@ -138,7 +138,7 @@ AC_ARG_WITH([desktopdir],
|
|||
AS_HELP_STRING([--with-desktopdir@<:@=DIR@:>@], [change desktop directory under gnome 2]),
|
||||
[case "${withval}" in
|
||||
yes)
|
||||
DESKTOPDIR="$(datadir)/applications"
|
||||
DESKTOPDIR="${datadir}/applications"
|
||||
;;
|
||||
no)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue