Skip to content

Commit 1cf7c43

Browse files
committed
fix install path for nautilus extension
1 parent 8d88e2a commit 1cf7c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/nemo/actions/dependency-viewer.nemo_action
123123
DESTINATION share/nemo/actions
124124
COMPONENT nemo-integration)
125125
install(FILES ${CMAKE_SOURCE_DIR}/nautilus-python/extensions/dependency-viewer.py
126-
DESTINATION nautilus-python/extensions
126+
DESTINATION share/nautilus-python/extensions
127127
COMPONENT nautilus-integration)
128128

129129
set(CPACK_SOURCE_IGNORE_FILES

0 commit comments

Comments
 (0)