I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9128c79e authored by zzz's avatar zzz
Browse files

one more deb build fix

parent 7ae1483c
No related branches found
No related tags found
No related merge requests found
...@@ -141,12 +141,12 @@ endif ...@@ -141,12 +141,12 @@ endif
@# debian and ubuntu: everywhere @# debian and ubuntu: everywhere
@/bin/echo -e "with-gettext-base=true" >> $(CURDIR)/override.properties @/bin/echo -e "with-gettext-base=true" >> $(CURDIR)/override.properties
@#mkdir -p $(CURDIR)/core/java/build @mkdir -p $(CURDIR)/core/java/build
ln -sf /usr/share/java/libintl.jar $(CURDIR)/core/java/build/libintl.jar ln -sf /usr/share/java/libintl.jar $(CURDIR)/core/java/build/libintl.jar
@# debian and ubuntu: everywhere @# debian and ubuntu: everywhere
@/bin/echo -e "with-libgetopt-java=true" >> $(CURDIR)/override.properties @/bin/echo -e "with-libgetopt-java=true" >> $(CURDIR)/override.properties
@#mkdir -p $(CURDIR)/core/java/build @mkdir -p $(CURDIR)/core/java/build
ln -sf /usr/share/java/gnu-getopt.jar $(CURDIR)/core/java/build/gnu-getopt.jar ln -sf /usr/share/java/gnu-getopt.jar $(CURDIR)/core/java/build/gnu-getopt.jar
TZ=UTC JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 ant preppkg-unix javadoc TZ=UTC JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 ant preppkg-unix javadoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment