From 5666cd6bccae2a083849c54ac764d262820dfc90 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 3 Apr 2006 07:08:15 +0000 Subject: [PATCH] moved the new install hook into the conditional --- desktop/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/Makefile.am b/desktop/Makefile.am index a4755761bc..71a9b53863 100644 --- a/desktop/Makefile.am +++ b/desktop/Makefile.am @@ -37,6 +37,11 @@ icons64_DATA = 64x64/gimp.png iconsscalabledir = @DESKTOP_DATADIR@/icons/hicolor/scalable/apps iconsscalable_DATA = scalable/gimp.svg + +# touch the toplevel icon directory as required by the icon theme spec +install-data-hook: + touch @DESKTOP_DATADIR@/icons/hicolor + endif @@ -66,9 +71,4 @@ validate: gimp.desktop echo "Can't find desktop-file-validate to validate $<; proceed with fingers crossed..."; \ fi ) - -# touch the toplevel icon directory as required by the icon theme spec -install-data-hook: - touch @DESKTOP_DATADIR@/icons/hicolor - dist-hook: validate