diff options
author | David Tardon <dtardon@redhat.com> | 2011-12-06 11:50:41 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-12-06 11:51:41 +0100 |
commit | d93b69fb930ca0b3e21a197beda0e0d503cce70b (patch) | |
tree | e82a7f43e1b8fb94448633cc08ca87529899c128 /solenv/gbuild/Pyuno.mk | |
parent | b6e200a2befb522b7e6032384a0aca307f01e579 (diff) |
three shall be the number thou shalt count
Diffstat (limited to 'solenv/gbuild/Pyuno.mk')
-rw-r--r-- | solenv/gbuild/Pyuno.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Pyuno.mk b/solenv/gbuild/Pyuno.mk index 57c55714e173..a18ef652e31e 100644 --- a/solenv/gbuild/Pyuno.mk +++ b/solenv/gbuild/Pyuno.mk @@ -31,7 +31,7 @@ $(call gb_Pyuno_get_target,%) : mkdir -p $(dir $@) && touch $@ $(call gb_Pyuno_get_target_zip,%) : $(call gb_Package_get_target,%_pyuno) - $(call gb_Output_announce,$*,$(true),PYZIP,3) + $(call gb_Output_announce,$*,$(true),PZP,3) cd $(gb_Helper_OUTDIRLIBDIR)/pyuno && \ $(gb_Pyuno_ZIPCOMMAND) -rX --filesync \ $(call gb_Pyuno_get_target_zip,$*) \ |