Skip to content

Commit 3d5c98e

Browse files
committed
cmake: fix init.lua installation
1 parent ac580ef commit 3d5c98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luzer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ install(
6767

6868
install(
6969
FILES ${CMAKE_CURRENT_SOURCE_DIR}/init.lua
70-
DESTINATION "${CMAKE_LIBDIR}/"
70+
DESTINATION "${CMAKE_LUADIR}/"
7171
)

0 commit comments

Comments
 (0)