Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 17, 2018
1 parent 7f946fe commit ab2f417
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webui/CMakeLists.txt
Expand Up @@ -16,10 +16,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.

cmake_minimum_required(VERSION 3.0)
project(bareos-webui)

INCLUDE(GNUInstallDirs)

find_program(apxs APXS)

Expand All @@ -39,8 +39,11 @@ CONFIGURE_FILE(Makefile.in Makefile @ONLY)
CONFIGURE_FILE(module/Application/language/Makefile.in module/Application/language/Makefile @ONLY)
CONFIGURE_FILE(public/js/locale/Makefile.in public/js/locale/Makefile @ONLY)

INSTALL(FILES version.txt init_autoloader.php DESTINATION /usr/share/bareos-webui/)
INSTALL(FILES version.txt init_autoloader.php DESTINATION /usr/share/bareos-webui)
INSTALL(DIRECTORY config/ data/ module/ public/ vendor/ DESTINATION /usr/share/bareos-webui)

INSTALL(FILES install/bareos/bareos-dir.d/console/admin.conf.example DESTINATION /etc/bareos/bareos-dir.d/console/)
INSTALL(FILES install/bareos/bareos-dir.d/profile/webui-admin.conf DESTINATION /etc/bareos/bareos-dir.d/profile/)
INSTALL(FILES install/apache/bareos-webui.conf DESTINATION ${HTTPD_CONF}/)


0 comments on commit ab2f417

Please sign in to comment.