File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ edit = sed \
4040 -e 's|@localstatedir[@]|$(localstatedir ) |g' \
4141 -e 's|@libdir[@]|$(libdir ) |g'
4242
43- plugins/base.ini plugins/services.ini agent/config.ini : Makefile
43+ plugins/base.ini plugins/services.ini agent/config.ini agent/authproviders.ini : Makefile
4444 rm -f $@ $@ .tmp
4545 $(MKDIR_P ) $(@D )
4646 srcdir=' ' ; \
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ install: build
9999 mv -f $(DESTDIR ) /usr/lib/python3.11/site-packages/* $(DESTDIR ) /usr/lib/python3/dist-packages/
100100 # Manually copy custom SQL views into /usr/share/doc/pulse2/
101101 cp services/contrib/glpi-* .sql $(DESTDIR ) /usr/share/doc/pulse2/contrib/
102+ cp ./agent/conf/agent/authproviders.ini.in $(DESTDIR ) /etc/mmc/authproviders.ini
102103
103104binary-indep : build install
104105 dh_testdir
You can’t perform that action at this time.
0 commit comments