slitaz-tools diff Makefile @ rev 769

New way to setup SliTaz firewall
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 01 14:04:34 2012 +0200 (2012-06-01)
parents 8e6a203e0881
children 2f00591f2ce6
line diff
     1.1 --- a/Makefile	Wed May 02 15:56:39 2012 +0200
     1.2 +++ b/Makefile	Fri Jun 01 14:04:34 2012 +0200
     1.3 @@ -97,7 +97,7 @@
     1.4  	done;
     1.5  
     1.6  	# /usr/bin tools.
     1.7 -	for app in tazx startx history editor browser terminal file-manager; \
     1.8 +	for app in tazx startx history editor browser terminal file-manager decode; \
     1.9  	do \
    1.10  		install -m 0755 tinyutils/$$app $(DESTDIR)$(PREFIX)/bin; \
    1.11  	done;