tazpanel rev 579

Makefile: fix tazpanel-extra files list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 04 22:08:29 2016 +0200 (2016-04-04)
parents d3b5bc592d61
children 1b972fb11400
files Makefile
line diff
     1.1 --- a/Makefile	Mon Apr 04 19:09:35 2016 +0100
     1.2 +++ b/Makefile	Mon Apr 04 22:08:29 2016 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  LINGUAS?=el es fr pl pt_BR ru sv
     1.5  PANEL?=/var/www/tazpanel
     1.6  BASECGI?=boot.cgi hardware.cgi help.cgi index.cgi network.cgi hosts.cgi settings.cgi
     1.7 -EXTRACGI?=floppy.cgi test.cgi
     1.8 +EXTRACGI?=floppy.cgi test.cgi powersaving.cgi
     1.9  
    1.10  VERSION:=$(shell grep ^VERSION tazpanel | cut -d= -f2)
    1.11