Skip to content

Commit e176e96

Browse files
committed
include INSTALL_DIR when running ./java.sh
1 parent aa485a6 commit e176e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif
2121
all: build
2222

2323
build:
24-
./java.sh
24+
./java.sh $(INSTALL_DIR)
2525
ant
2626

2727
install:

0 commit comments

Comments
 (0)