[pkg-java] r3329 - branches/tomcat5.5/feature/debian/debian
Marcus Better
marcusb-guest at alioth.debian.org
Tue Apr 24 19:25:56 UTC 2007
Author: marcusb-guest
Date: 2007-04-24 19:25:56 +0000 (Tue, 24 Apr 2007)
New Revision: 3329
Modified:
branches/tomcat5.5/feature/debian/debian/rules
Log:
Requires SHELL=/bin/bash. Fixes #413845.
Modified: branches/tomcat5.5/feature/debian/debian/rules
===================================================================
--- branches/tomcat5.5/feature/debian/debian/rules 2007-04-24 19:24:42 UTC (rev 3328)
+++ branches/tomcat5.5/feature/debian/debian/rules 2007-04-24 19:25:56 UTC (rev 3329)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+SHELL = /bin/bash
+
JAVA_HOME := /usr/lib/jvm/java-gcj
DEB_JARS_BASE := /usr/share/java
JAVACMD := $(JAVA_HOME)/bin/java
More information about the pkg-java-commits
mailing list