tazpkg diff Makefile @ rev 431

Change root-config option to rootconfig as variable can't have '-' in their name (4.3)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 03 23:56:29 2011 +0100 (2011-03-03)
parents 0155e1b43fc9
children 51c342baf04a
line diff
     1.1 --- a/Makefile	Mon Oct 18 21:28:20 2010 +0200
     1.2 +++ b/Makefile	Thu Mar 03 23:56:29 2011 +0100
     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