diff options
author | 2021-07-25 15:33:06 -0500 | |
---|---|---|
committer | 2021-07-25 22:12:43 -0500 | |
commit | 1244305b9284cf3cf0527fdac223920a5de8fde9 (patch) | |
tree | 9b20b2cefc3a627cc6110d52c890aefd99c013d9 /sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch | |
parent | net-libs/libupnp: drop 1.14.0, 1.14.5 (diff) | |
download | gentoo-1244305b9284cf3cf0527fdac223920a5de8fde9.tar.gz gentoo-1244305b9284cf3cf0527fdac223920a5de8fde9.tar.bz2 gentoo-1244305b9284cf3cf0527fdac223920a5de8fde9.zip |
sys-auth/pam_u2f: drop 1.1.0
Bug: https://bugs.gentoo.org/792270
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch')
-rw-r--r-- | sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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 deleted file mode 100644 index a83597602d4..00000000000 --- a/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 |