Commit ee4c83d5 authored by Christophe Mutricy's avatar Christophe Mutricy

oups

parent 17497a6e
...@@ -167,7 +167,7 @@ FORCE: ...@@ -167,7 +167,7 @@ FORCE:
define EXTRACT_GZ define EXTRACT_GZ
rm -rf $@ || true rm -rf $@ || true
gunzip $< | tar xf - --exclude='[*?:<>\|]' gunzip -c $< | tar xf - --exclude='[*?:<>\|]'
mv $(patsubst %.tar.gz,%,$(patsubst %.tgz,%,$(notdir $<))) $@ || true mv $(patsubst %.tar.gz,%,$(patsubst %.tgz,%,$(notdir $<))) $@ || true
touch $@ touch $@
endef 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