commit 725780ba2ad2194302f8bc77be771d53c7bbadaa parent 650464b19ed1be0d99346cb1be7ff4acd826a1e0 Author: Ryan Wolf <rwolf@borderstylo.com> Date: Tue, 4 May 2010 02:13:09 -0700 zip needs -r to do the only thing I could possibly be asking it to do Diffstat:
| M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -1,5 +1,5 @@ package : - zip updatemuffler.xpi chrome/ defaults/ chrome.manifest install.rdf + zip -r updatemuffler.xpi chrome/ defaults/ chrome.manifest install.rdf clean : rm updatemuffler.xpi