Skip to content

Commit

Permalink
Update git rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jun 19, 2015
1 parent a16eedb commit 756def0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib-git-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies = {
}
external_dependencies = nil
build = {
build_command = "LUA='$(LUA)' ./bootstrap && ./configure LUA='$(LUA)' LUA_INCLUDE='-I$(LUA_INCDIR)' --prefix='$(PREFIX)' --libdir='$(LIBDIR)' --datadir='$(LUADIR)' --datarootdir='$(PREFIX)' && make clean all",
build_command = "./bootstrap && ./configure LUA='$(LUA)' LUA_INCLUDE='-I$(LUA_INCDIR)' --prefix='$(PREFIX)' --libdir='$(LIBDIR)' --datadir='$(LUADIR)' && make clean all",
copy_directories = {},
install_command = "make install luadir='$(LUADIR)' luaexecdir='$(LIBDIR)'",
install_command = "make install luadir='$(LUADIR)'",
type = "command",
}

0 comments on commit 756def0

Please sign in to comment.