tazpkg diff Makefile @ rev 378

Added md5 support for get option in tazpkg. This will help if you just want to update cache packages without installing packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 30 12:30:43 2010 +0000 (2010-11-30)
parents 0155e1b43fc9
children 51c342baf04a
line diff
     1.1 --- a/Makefile	Mon Oct 18 21:28:20 2010 +0200
     1.2 +++ b/Makefile	Tue Nov 30 12:30:43 2010 +0000
     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