Skip to content

Commit

Permalink
fix ruby install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Oct 11, 2011
1 parent 9b38b33 commit 184fcc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.template
Expand Up @@ -297,8 +297,8 @@ install-java_modular: $(TEMPLATE_TARGET)
install -m755 $(SWIGLIBFILES) "$(DESTDIR)$(LIBDIR)/jni"

install-ruby_modular: $(TEMPLATE_TARGET)
install -d -m755 "$(RUBY_EXTENSIONS_INSTALL_DIR)"
install -m755 modshogun.$(EXT_LIB) "$(RUBY_EXTENSIONS_INSTALL_DIR)"
install -d -m755 "$(DESTDIR)/$(RUBY_EXTENSIONS_INSTALL_DIR)"
install -m755 modshogun.$(EXT_LIB) "$(DESTDIR)/$(RUBY_EXTENSIONS_INSTALL_DIR)"

install-lua_modular: $(TEMPLATE_TARGET)
install -d -m755 "$(DESTDIR)/$(LUA_EXTENSIONS_INSTALL_DIR)"
Expand Down

0 comments on commit 184fcc0

Please sign in to comment.