From efe5dba5fb2dfc94a3bb101e8b9920b0ab69c2c3 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 8 Oct 2018 08:30:57 +0000 Subject: Update to 0.19.0 release. --- security/opensc/files/patch-etc_Makefile.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'security/opensc/files/patch-etc_Makefile.in') diff --git a/security/opensc/files/patch-etc_Makefile.in b/security/opensc/files/patch-etc_Makefile.in index 99c3b4821d85..1d9680e55d8b 100644 --- a/security/opensc/files/patch-etc_Makefile.in +++ b/security/opensc/files/patch-etc_Makefile.in @@ -1,15 +1,17 @@ ---- etc/Makefile.in.orig 2017-07-19 07:30:34 UTC +--- etc/Makefile.in.orig 2018-09-13 11:56:07 UTC +++ etc/Makefile.in -@@ -548,11 +548,7 @@ opensc.conf: opensc.conf.in force +@@ -558,13 +558,7 @@ opensc.conf.example: opensc.conf.example - install-exec-hook: opensc.conf + install-exec-hook: opensc.conf.example $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" - if [ -f "$(DESTDIR)$(sysconfdir)/opensc.conf" ]; then \ -- $(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \ +- $(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \ - else \ -- $(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \ +- $(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \ - fi -+ $(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.sample" +- $(MKDIR_P) "$(DESTDIR)$(docdir)" +- $(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(docdir)/opensc.conf"; ++ $(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(sysconfdir)/opensc.conf.sample"; - uninstall-hook: opensc.conf + uninstall-hook: opensc.conf.example rm -f "$(DESTDIR)$(sysconfdir)/opensc.conf.new" "$(DESTDIR)$(sysconfdir)/opensc.conf" -- cgit v1.2.3