tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 103788f2da98d6e17b7a431e6c995c58e897b8a9
parent f8e9837dc1b589861793529ea5603428cdfd88cb
Author: boyska <piuttosto@logorroici.org>
Date:   Thu, 16 Jun 2011 18:33:55 +0200

FIX mime packaging problems

Diffstat:
Mshare/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/Makefile.am b/share/Makefile.am @@ -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