1
0
Fork 0
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:
King_DuckZ 2016-06-06 20:24:05 +02:00
parent 624bba121f
commit 3fe962a8e5
4 changed files with 12 additions and 2 deletions

View file

@ -23,3 +23,4 @@ install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib/static
)
ln_backend(${PROJECT_NAME})