Makefile.am (davfs2-1.6.1) | : | Makefile.am (davfs2-1.7.0) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
## Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ | ## Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ | |||
## Process this file with automake to produce Makefile.in | ## Process this file with automake to produce Makefile.in | |||
dist_pkgdata_DATA = davfs2.conf secrets | dist_pkgdata_DATA = davfs2.conf secrets | |||
pkgsysconfdir = $(sysconfdir)/@PACKAGE@ | pkgsysconfdir = $(sysconfdir)/@PACKAGE@ | |||
install-data-local: $(dist_pkgdata_DATA) | install-data-local: $(dist_pkgdata_DATA) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir) | $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir) | |||
$(INSTALL_DATA) -b davfs2.conf $(DESTDIR)$(pkgsysconfdir)/davfs2.conf | $(INSTALL_DATA) -b $(srcdir)/davfs2.conf $(DESTDIR)$(pkgsysconfdir)/davfs | |||
$(INSTALL_DATA) -b -m 600 secrets $(DESTDIR)$(pkgsysconfdir)/secrets | 2.conf | |||
$(INSTALL_DATA) -b -m 600 $(srcdir)/secrets $(DESTDIR)$(pkgsysconfdir)/se | ||||
crets | ||||
$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)/certs | $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)/certs | |||
$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)/certs/private | $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)/certs/private | |||
chmod 700 $(DESTDIR)$(pkgsysconfdir)/certs/private | chmod 700 $(DESTDIR)$(pkgsysconfdir)/certs/private | |||
uninstall-local: | uninstall-local: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(dist_pkgdata_DATA)'; for p in $$list; do \ | @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ | |||
f="`echo $$p | sed -e 's|^.*/||'`"; \ | f="`echo $$p | sed -e 's|^.*/||'`"; \ | |||
echo " rm -f $(DESTDIR)$(pkgsysconfdir)/$$f"; \ | echo " rm -f $(DESTDIR)$(pkgsysconfdir)/$$f"; \ | |||
rm -f $(DESTDIR)$(pkgsysconfdir)/$$f; \ | rm -f $(DESTDIR)$(pkgsysconfdir)/$$f; \ | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 4 lines changed or added |