tazinst diff Makefile @ rev 59

Add slitaz-installer/fr.po
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 12 19:42:00 2015 +0200 (2015-07-12)
parents 0df59f69c90c
children 7877ddbcbdbe
line diff
     1.1 --- a/Makefile	Sat Dec 06 10:13:14 2014 +0100
     1.2 +++ b/Makefile	Sun Jul 12 19:42:00 2015 +0200
     1.3 @@ -81,7 +81,7 @@
     1.4  	install -m 0755 installer.cgi $(DESTDIR)$(TAZPANEL)
     1.5  	-[ "$(VERSION)" ] && sed -i 's/^VERSION=["0-9].*/VERSION="$(VERSION)"/' $(DESTDIR)$(TAZPANEL)/installer.cgi
     1.6  	@echo "Installing installer.menu into $(DESTDIR)$(TAZPANEL)/menu.d..."
     1.7 -	ln -s ../installer.cgi $(DESTDIR)$(TAZPANEL)/menu.d/installer.cgi
     1.8 +	ln -fs ../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