From 2cd0c32b62178bef7481d7041eb7c755cc10cd49 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 27 Jun 2010 16:59:40 +0200 Subject: [PATCH] [build] Fix path to icon-theme-installer script --- data/icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 5ff9f918..49ba7a25 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -43,7 +43,7 @@ theme_icons = \ status,folder-syncing-22.png \ status,folder-syncing-24.png -install_icon_exec = $(top_srcdir)/icon-theme-installer \ +install_icon_exec = $(top_srcdir)/build/icon-theme-installer \ -t "$(theme)" \ -s "$(srcdir)" \ -d "x$(DESTDIR)" \