[cmake] Fix splash installation directory (Closes: #198)

pull/215/head
Hleb Valoshka 2019-01-19 15:51:55 +03:00
parent f039f55963
commit 8bde4aa6f9
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ add_definitions(
-DPACKAGE="celestia"
-DCONFIG_DATA_DIR="${FULL_DATADIR}"
-DHIP_DATA_DIR="${FULL_DATADIR}"
-DSPLASH_DIR="${FULL_DATADIR}/splash"
-DSPLASH_DIR="${FULL_DATADIR}/splash/"
-DGIT_COMMIT=${GIT_COMMIT}
)