[pitivi] data/icons/Makefile.am: correctly name the uninstall-hook



commit f90914e156b658b91620a550b28045ec17a55668
Author: MathieuDuponchelle <mathieu duponchelle epitech eu>
Date:   Sat Sep 14 15:12:29 2013 +0200

    data/icons/Makefile.am: correctly name the uninstall-hook

 data/icons/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 8a6458d..fcbbb96 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 install-data-hook: update-icon-cache
-uinstall-hook: update-icon-cache
+uninstall-hook: update-icon-cache
 update-icon-cache:
        @-if test -z "$(DESTDIR)"; then \
                echo "Updating Gtk icon cache."; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]