Skip to content

Commit e3fdc53

Browse files
committed
cmake: fix init.lua installation
The patch fixes a wrong installation directory for `init.lua`. Follows up commit 27c9714 ("luzer: introduce init.lua"). Fixes #27
1 parent 181fd44 commit e3fdc53

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
@@ -64,5 +64,5 @@ install(
6464

6565
install(
6666
FILES ${CMAKE_CURRENT_SOURCE_DIR}/init.lua
67-
DESTINATION "${CMAKE_LIBDIR}/"
67+
DESTINATION "${CMAKE_LUADIR}/${PROJECT_NAME}"
6868
)

0 commit comments

Comments
 (0)