From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch (limited to 'sys-auth/pam_u2f/files') diff --git a/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch b/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch new file mode 100644 index 000000000000..a83597602d45 --- /dev/null +++ b/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch @@ -0,0 +1,13 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -34,8 +34,8 @@ + # Release + + install-exec-hook: +- rm -f $(PAMDIR)/pam_u2f.la +- chmod -f 644 $(PAMDIR)/pam_u2f.so || true ++ rm -f $(DESTDIR)/$(PAMDIR)/pam_u2f.la ++ chmod -f 644 $(DESTDIR)/$(PAMDIR)/pam_u2f.so || true + + indent: + indent -kr -nut -i2 *.c *.h pamu2fcfg/*.c pamu2fcfg/*.h -- cgit v1.2.3