tazinst diff Makefile @ rev 29

fix typo
author Dominique Corbex <domcox@slitaz.org>
date Wed Feb 12 22:47:47 2014 +0100 (2014-02-12)
parents 02aae5848073
children 661566d3b980
line diff
     1.1 --- a/Makefile	Fri Mar 22 21:56:18 2013 +0100
     1.2 +++ b/Makefile	Wed Feb 12 22:47:47 2014 +0100
     1.3 @@ -79,7 +79,7 @@
     1.4  	mkdir -p $(DESTDIR)$(TAZPANEL)/menu.d
     1.5  	install -m 0755 installer.cgi $(DESTDIR)$(TAZPANEL)
     1.6  	@echo "Installing installer.menu into $(DESTDIR)$(TAZPANEL)/menu.d..."
     1.7 -	install -m 0755 installer.menu $(DESTDIR)$(TAZPANEL)/menu.d
     1.8 +	ln -s ../installer.cgi $(DESTDIR)$(TAZPANEL)/menu.d/installer.cgi
     1.9  	@echo "Installing config file into $(DESTDIR)/etc/slitaz..."
    1.10  	mkdir -p $(DESTDIR)/etc/slitaz
    1.11  	install -m 0755 etc/tazinst.conf $(DESTDIR)/etc/slitaz