Skip to content

Commit 036c354

Browse files
committed
fix: Correct path in git checkout for LuaRocks installer
1 parent a1dc0ce commit 036c354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rockspecs/$(PACKAGE)-%-0.rockspec: $(PACKAGE).rockspec.in
5353
$(rockpec_template)
5454
sed -i \
5555
-e '/rockspec_format/s/3.0/1.0/' \
56-
-e '/url = "git/a\ dir = "fluent.lua",' \
56+
-e '/url = "git/a\ dir = "fluent-lua",' \
5757
-e '/issues_url/d' \
5858
-e '/maintainer/d' \
5959
-e '/labels/d' \

0 commit comments

Comments
 (0)