Commit ee4c83d5 authored by Christophe Mutricy's avatar Christophe Mutricy

oups

parent 17497a6e
......@@ -167,7 +167,7 @@ FORCE:
define EXTRACT_GZ
rm -rf $@ || true
gunzip $< | tar xf - --exclude='[*?:<>\|]'
gunzip -c $< | tar xf - --exclude='[*?:<>\|]'
mv $(patsubst %.tar.gz,%,$(patsubst %.tgz,%,$(notdir $<))) $@ || true
touch $@
endef
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment