[FIX] makefile: packaging thunderbird

bzr revid: tfr@openerp.com-20110118145553-ty8nvnqi636zm2rs
This commit is contained in:
Thibault Francois 2011-01-18 15:55:53 +01:00
parent 3a64e7c5de
commit 664b414265
3 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
all: xpi
jar:
jar cvf chrome/openerp_plugin.jar chrome/openerp_plugin/*
jar cvf chrome/openerp_plugin.jar -C chrome/openerp_plugin/ .
xpi: jar
zip -r ../openerp_plugin.xpi *