Show
Ignore:
Timestamp:
04/05/09 03:00:02 (4 years ago)
Author:
jow
Message:

build: force overwrite of already compressed files for gzip target

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/build/module.mk

    r4403 r4404  
    3939 
    4040luagzip: luacompile 
    41     for i in $$(find dist -name *.lua -not -name debug.lua); do gzip -9 $$i; done 
     41    for i in $$(find dist -name *.lua -not -name debug.lua); do gzip -f9 $$i; done 
    4242 
    4343luaclean: