diff options
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-instsetoo+util+makefile.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-instsetoo+util+makefile.mk b/editors/openoffice.org-2-devel/files/patch-instsetoo+util+makefile.mk new file mode 100644 index 0000000..48f019d --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-instsetoo+util+makefile.mk @@ -0,0 +1,13 @@ +--- ../instsetoo/util/makefile.mk.orig Sat Apr 12 15:24:45 2003 ++++ ../instsetoo/util/makefile.mk Sat Apr 12 15:24:55 2003 +@@ -87,9 +87,7 @@ + + .IF "$(alllangext)"!="" + +-#pack: $(foreach,i,$(alllangext) pack_$i) +-#temp mh only 49 and 01 for the moment +-pack: pack_01 pack_49 ++pack: $(foreach,i,$(alllangext) pack_$i) + + pack_%: + +-$(MKDIRHIER) $(INSTALLDIR)$/$(@:s/pack_//)$/normal |