Skip to content

Commit

Permalink
create jni dir on make install
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Oct 11, 2011
1 parent 184fcc0 commit 8182e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.template
Expand Up @@ -293,6 +293,7 @@ install-octave_modular: $(TEMPLATE_TARGET)

install-java_modular: $(TEMPLATE_TARGET)
install -d -m755 "$(DESTDIR)/$(PREFIX)/share/java"
install -d -m755 "$(DESTDIR)$(LIBDIR)/jni"
install -m755 shogun.jar "$(DESTDIR)/$(PREFIX)/share/java"
install -m755 $(SWIGLIBFILES) "$(DESTDIR)$(LIBDIR)/jni"

Expand Down

0 comments on commit 8182e5c

Please sign in to comment.