tazpkg rev 362

Fix Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Mon Oct 18 21:41:09 2010 +0200 (2010-10-18)
parents fa74619d6a7b
children 0ab24a00e276
files Makefile
line diff
     1.1 --- a/Makefile	Mon Oct 18 21:28:26 2010 +0200
     1.2 +++ b/Makefile	Mon Oct 18 21:41:09 2010 +0200
     1.3 @@ -52,6 +52,8 @@
     1.4  	# Desktop integration
     1.5  	mkdir -p $(DESTDIR)$(PREFIX)/share
     1.6  	cp -a  applications $(DESTDIR)$(PREFIX)/share
     1.7 +	cp -a  mime $(DESTDIR)$(PREFIX)/share
     1.8 +	cp -a  pixmaps $(DESTDIR)$(PREFIX)/share
     1.9  
    1.10  # Uninstallation and clean-up commands.
    1.11