]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-unzip-not-jar.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-unzip-not-jar.patch
1 --- dictionaries/en_US/makefile.mk-old  2003-09-24 13:09:06.000000000 +0200
2 +++ dictionaries/en_US/makefile.mk      2003-09-24 13:09:24.000000000 +0200
3 @@ -107,8 +107,8 @@
4  #unzip the text input files
5  $(MISC)$/th_en_US_words.txt:   th_en_US_words.zip
6  # cd is a 4nt internal command, we need a '+'
7 -       +cd $(MISC) && $(WRAPCMD) jar xf $(PWD)$/th_en_US_words.zip
8 +       +cd $(MISC) && $(WRAPCMD) unzip -o $(PWD)$/th_en_US_words.zip
9  
10  $(MISC)$/th_en_US_thes.txt:    th_en_US_thes.zip
11  # ditto
12 -       +cd $(MISC) && $(WRAPCMD) jar xf $(PWD)$/th_en_US_thes.zip
13 +       +cd $(MISC) && $(WRAPCMD) unzip -o $(PWD)$/th_en_US_thes.zip
This page took 0.030598 seconds and 3 git commands to generate.