Skip to content

Commit

Permalink
Revert "Wait a bit before invoking make install"
Browse files Browse the repository at this point in the history
This reverts commit 9dabbd3.

Revert as this doesn't seem to solve the real problem (see #6)
  • Loading branch information
egli committed Apr 21, 2020
1 parent 85adb19 commit 642fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockspecs/lua-louis-scm-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ build = {
"examples"
},
build_command = "LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure --prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && make",
install_command = "sleep 1 && make install"
install_command = "make install"
}

0 comments on commit 642fe30

Please sign in to comment.