mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-15 16:14:12 +00:00
Make symlink to postgresql backend
This is helpful so when running dindexer in a dev environment you don't need to list all the possible paths to every backend. Symlinks to all backends will all be in the same place.
This commit is contained in:
parent
624bba121f
commit
3fe962a8e5
4 changed files with 12 additions and 2 deletions
|
@ -23,3 +23,4 @@ install(TARGETS ${PROJECT_NAME}
|
|||
RUNTIME DESTINATION bin
|
||||
ARCHIVE DESTINATION lib/static
|
||||
)
|
||||
ln_backend(${PROJECT_NAME})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue