moved the new install hook into the conditional

This commit is contained in:
Sven Neumann 2006-04-03 07:08:15 +00:00
parent 15118a6835
commit 5666cd6bcc
1 changed files with 5 additions and 5 deletions

View File

@ -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