Skip to content

Commit

Permalink
removed commented line in core/src/console/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Ueberschar <frank.ueberschar@bareos.com>
  • Loading branch information
pstorz and franku committed Jul 15, 2020
1 parent c9e32f9 commit 9353f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/console/CMakeLists.txt
Expand Up @@ -60,7 +60,6 @@ install(
CODE "
message(STATUS \"DESTDIR is \$ENV{DESTDIR}\")
set(DESTDIR \$ENV{DESTDIR})
#if(EXISTS \$ENV{DESTDIR}${configtemplatedir} AND NOT EXISTS \$ENV{DESTDIR}${configtemplatedir}/bconsole.conf)
if(NOT EXISTS \$ENV{DESTDIR}${configtemplatedir}/bconsole.conf)
message(STATUS \"Installing: \$ENV{DESTDIR}${configtemplatedir}/bconsole.conf\")
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/bconsole.conf DESTINATION \$ENV{DESTDIR}${configtemplatedir})
Expand Down

0 comments on commit 9353f38

Please sign in to comment.