8000 as sugested by @MalkmusT in #1780 specify a relative path when instal… · lethalbrains/arangodb@1df8497 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1df8497

Browse files
committed
as sugested by @MalkmusT in arangodb#1780 specify a relative path when installing files, so non-root users can install into their home directories.
1 parent c77b919 commit 1df8497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ArangoDBMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ set(CPACK_PROJECT_CONFIG_FILE "${CMAKE_BINARY_DIR}/CMakeCPackOptions.cmake")
396396
install(
397397
FILES ${PROJECT_SOURCE_DIR}/Installation/debian/arangodb.init
398398
PERMISSIONS OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
399-
DESTINATION /etc/init.d
399+
DESTINATION etc/init.d
400400
RENAME arangodb
401401
COMPONENT debian-extras
402402
)

0 commit comments

Comments
 (0)
0