tFIX mime packaging problems - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 103788f2da98d6e17b7a431e6c995c58e897b8a9
 (DIR) parent f8e9837dc1b589861793529ea5603428cdfd88cb
 (HTM) Author: boyska <piuttosto@logorroici.org>
       Date:   Thu, 16 Jun 2011 18:33:55 +0200
       
       FIX mime packaging problems
       
       Diffstat:
         M share/Makefile.am                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/share/Makefile.am b/share/Makefile.am
       t@@ -35,7 +35,7 @@ MimePkg = tomb.mimepkg
        
        install-data-hook:
                @echo "installing mime type"
       -        @install -D $(top_srcdir)/share/dyne-tomb.xml $(DESTDIR)/$(datadir)/mime/packages
       +        @install -D $(top_srcdir)/share/dyne-tomb.xml $(DESTDIR)/$(datadir)/mime/packages/dyne-tomb.xml
                @if ! [ -n `which xdg-mime` ]; then xdg-mime install dyne-tomb.xml; fi
                @if ! [ -n `which update-desktop-database` ]; then echo update-desktop-database; update-desktop-database; fi
                @if ! [ -n `which update-menus` ]; then echo update-menus;  update-menus; fi