mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Fix make install
The path to gtk-update-icon-cache was set incorrectly in one case.
This commit is contained in:
parent
eecbe5416e
commit
7762f94be6
@ -962,7 +962,7 @@ AS_IF([test "x$enable_gtk2_dependency" = xyes],
|
||||
|
||||
[# In native compiling case, the gtk-update-icon-cache installed
|
||||
# is the same as the one used during build.
|
||||
GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk/gtk-update-icon-cache$EXEEXT"
|
||||
GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk-update-icon-cache$EXEEXT"
|
||||
AC_SUBST(GTK_UPDATE_ICON_CACHE)]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user