[depends] fixed, bad option on unzip, -o will overwrite and -q will keep it quiet
authorS. Davilla <davilla@4pi.com>
Thu, 12 Dec 2013 16:30:40 +0000 (11:30 -0500)
committerS. Davilla <davilla@4pi.com>
Thu, 12 Dec 2013 16:32:04 +0000 (11:32 -0500)
tools/depends/target/pythonmodule-pil/Makefile

index 4dec450..18fbc24 100644 (file)
@@ -33,7 +33,7 @@ $(LIBDYLIB): $(PLATFORM)
 
 .installed-$(PLATFORM): $(LIBDYLIB)
        mkdir -p $(PREFIX)/lib/python2.6/site-packages/PIL
-       unzip -of $(LIBDYLIB) -d $(PREFIX)/lib/python2.6/site-packages/PIL/
+       unzip -oq $(LIBDYLIB) -d $(PREFIX)/lib/python2.6/site-packages/PIL/
        echo 'PIL' > $(PREFIX)/lib/python2.6/site-packages/PIL.pth
        touch $@