slitaz-tools diff Makefile @ rev 839

frugal: create root dir
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 19 19:27:02 2014 +0100 (2014-03-19)
parents 41572890bde8
children c13efc460fce
line diff
     1.1 --- a/Makefile	Wed Jan 22 18:33:16 2014 +0100
     1.2 +++ b/Makefile	Wed Mar 19 19:27:02 2014 +0100
     1.3 @@ -82,7 +82,7 @@
     1.4  	cp -a licenses $(DESTDIR)$(PREFIX)/share
     1.5  
     1.6  	# /sbin tools.
     1.7 -	for i in tazlocale tazkeymap tazhw hwsetup; do \
     1.8 +	for i in slitaz-config tazlocale tazkeymap tazhw hwsetup; do \
     1.9  		install -m 0755 tinyutils/$$i $(DESTDIR)/sbin; \
    1.10  	done;
    1.11