Skip to content

Commit 4a295df

Browse files
committed
Fixed lua directory path in rockspec
1 parent 92a192f commit 4a295df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fplot-1.0.2-1.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "fplot"
2-
version = "1.0.2-1"
2+
version = "1.0.2-2"
33

44
source = {
55
url = "git+https://github.com/ItsMeForLua/fplot.git",
6-
tag = "v1.0.2"
6+
tag = "v1.0.2-2"
77
}
88

99
description = {
@@ -24,6 +24,6 @@ dependencies = {
2424
build = {
2525
type = "command",
2626
install_command = [[
27-
cp fplot.fnl "$(LUADIR)"
27+
cp fplot.fnl "$(LUA_DIR)"
2828
]]
2929
}

0 commit comments

Comments
 (0)