diff options
author | joerg <joerg> | 2007-06-13 14:25:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-13 14:25:49 +0000 |
commit | c797ccc4de7e1a7b05426cb009a1236e581eb934 (patch) | |
tree | d3ac0a929987192dfa470fd1b580bc6ae7de08b5 /lang/sablevm | |
parent | 9b169b08dcbc8212bc421a06973b00543fb28137 (diff) | |
download | pkgsrc-c797ccc4de7e1a7b05426cb009a1236e581eb934.tar.gz |
Precreate the jre directory, otherwise parts of the installation silently
fails.
Diffstat (limited to 'lang/sablevm')
-rw-r--r-- | lang/sablevm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile index 26020b24afe..0edc0662fb0 100644 --- a/lang/sablevm/Makefile +++ b/lang/sablevm/Makefile @@ -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 @@ PRINT_PLIST_AWK+= /^@dirrm java\/sablevm$$/ \ 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 |