Skip to content

Commit

Permalink
UCS: do not include the ini file in the AppCenter package
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jan 6, 2017
1 parent 810b562 commit 1230b19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platforms/univention/Makefile.in
Expand Up @@ -16,7 +16,10 @@ all:
# remove autoconf template files
find ../../conffiles/ -name "*.in" -exec rm {} \;
@$(MKDIR) ../../AppCenter/
$(INSTALL_DATA) AppCenter/univention-bareos.ini ../../AppCenter/
# Univention advices not to include the ini file any longer,
# to prevent to new settings added by Univention gets overwritten.
# Instead the settings should be done manually on the AppCenter Management interface.
#$(INSTALL_DATA) AppCenter/univention-bareos.ini ../../AppCenter/
$(INSTALL_DATA) AppCenter/LICENSE_AGREEMENT ../../AppCenter/
$(INSTALL_DATA) AppCenter/README ../../AppCenter/
$(INSTALL_DATA) AppCenter/README_DE ../../AppCenter/
Expand Down

0 comments on commit 1230b19

Please sign in to comment.