Commit 4b340d907eb58af4a6d3d7624f60776100db10c9
1 parent
07eec1f0
Exists in
master
and in
5 other branches
Empacotando oxt de debug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/openoffice/Makefile.in
| ... | ... | @@ -165,7 +165,7 @@ $(BINDBG)/$(PACKAGE_NAME).oxt: \ |
| 165 | 165 | |
| 166 | 166 | @cp $(BINDBG)/$(PACKAGE_NAME).uno@DLLEXT@ $(BINDBG)/$(PACKAGE_NAME).oxt.tmp |
| 167 | 167 | @cp $(PACKAGE_NAME).rdb $(BINDBG)/$(PACKAGE_NAME).oxt.tmp |
| 168 | - cd $(BINDBG)/$(PACKAGE).oxt.tmp ; $(ZIP) -r -m ../$(PACKAGE_NAME).oxt . | |
| 168 | + @cd $(BINDBG)/$(PACKAGE).oxt.tmp ; $(ZIP) -r -m ../$(PACKAGE_NAME).oxt . | |
| 169 | 169 | @echo $@ Ok. |
| 170 | 170 | |
| 171 | 171 | ... | ... |