Skip to content

Commit cf81eb2

Browse files
committed
include INSTALL_DIR when running ./java.sh
1 parent 621a740 commit cf81eb2

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)