pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sablevm Precreate the jre directory, otherwise pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d5c1f3f273d
branches:  trunk
changeset: 529952:7d5c1f3f273d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 13 14:25:49 2007 +0000

description:
Precreate the jre directory, otherwise parts of the installation silently
fails.

diffstat:

 lang/sablevm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41aff8fe2f18 -r 7d5c1f3f273d lang/sablevm/Makefile
--- a/lang/sablevm/Makefile     Wed Jun 13 14:21:47 2007 +0000
+++ b/lang/sablevm/Makefile     Wed Jun 13 14:25:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/03/24 19:21:25 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2007/06/13 14:25:49 joerg Exp $
 #
 
 DISTNAME=      sablevm-1.13
@@ -36,7 +36,7 @@
 
 BUILDLINK_PASSTHRU_RPATHDIRS+= ${JAVA_HOME}/lib
 
-INSTALLATION_DIRS=     java/sablevm/lib/sablevm/bin
+INSTALLATION_DIRS=     java/sablevm/lib/sablevm/bin java/sablevm/lib/sablevm/jre
 
 .if !exists(/usr/include/semaphore.h)
 LDFLAGS+=      -lsemaphore



Home | Main Index | Thread Index | Old Index