Commit 087cd785 authored by Rafaël Carré's avatar Rafaël Carré

contribs: move macosx gecko-sdk in the right place

parent 9ddb154f
...@@ -1890,6 +1890,9 @@ gecko-sdk: gecko-sdk-ppc-macosx10.2-1.7.5.tar.gz ...@@ -1890,6 +1890,9 @@ gecko-sdk: gecko-sdk-ppc-macosx10.2-1.7.5.tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.gecko: gecko-sdk .gecko: gecko-sdk
rm -rf ../gecko-sdk
mv gecko-sdk ..
mkdir gecko-sdk #creating an empty dir is faster than copying the whole dir
(cd $<) (cd $<)
touch $@ touch $@
......
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