]> git.pld-linux.org Git - packages/ApacheJServ.git/commitdiff
- install ApacheJServ.jar to %{_javadir}
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2005 16:28:10 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ApacheJServ-ac.patch -> 1.3

ApacheJServ-ac.patch

index 31ebe41a2d86219a2d97c4180ef439af973a2c52..09d9a3c3e960ad1eaab48700d25e0192fe7da0af 100644 (file)
@@ -108,3 +108,14 @@ http_config requires httpd.h, so we skip it
  # allow use of compressed jar file
  AC_ARG_ENABLE(compressed-jar,
  [  --enable-compressed-jar allows generation of a zipped jar file [default=no]],
+--- ./src/java/Makefile.am~    2000-03-15 22:02:09.000000000 +0200
++++ ./src/java/Makefile.am     2005-08-19 19:25:12.000000000 +0300
+@@ -6,7 +6,7 @@
+ SUBDIRS = org
+ ARCHIVE = $(PACKAGE).jar
+-jardir = ${libexecdir}
++jardir = $(datadir)/java
+ jar_DATA=${ARCHIVE}
+ # VT: NOTE: This is not going to be as bad as in ECS because the findstring
This page took 0.048074 seconds and 4 git commands to generate.