tazpkg diff Makefile @ rev 521

tazpkg: Fixed the 'can't cd to .' errors again. Using 2>/dev/null to PACKAGE_DIR to stop the error.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Aug 08 19:21:29 2011 +0000 (2011-08-08)
parents 3c5a8949732f
children 22f7288b8253
line diff
     1.1 --- a/Makefile	Thu Jun 02 03:40:19 2011 +0200
     1.2 +++ b/Makefile	Mon Aug 08 19:21:29 2011 +0000
     1.3 @@ -66,6 +66,7 @@
     1.4  	install -m 0755 -d $(DESTDIR)$(DOCDIR)/tazpkg
     1.5  	cp -a doc/* $(DESTDIR)$(DOCDIR)/tazpkg
     1.6  	# The i18n files
     1.7 +	install -m 0755 -d $(DESTDIR)$(PREFIX)/share/locale
     1.8  	cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale
     1.9  	# Desktop integration
    1.10  	mkdir -p $(DESTDIR)$(PREFIX)/share