summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-06-23 20:50:56 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2016-06-28 17:38:44 -0400
commitd629f9fe9e99dc983188295b2d4be2ed7eeff494 (patch)
treefaa21f6b88ebfd5a7d4a2b6b9024a0d595b31b6b /sys-auth/pam_u2f/files
parentapp-crypt/libu2f-server: initial commit of U2F server library in C (diff)
downloadgentoo-d629f9fe9e99dc983188295b2d4be2ed7eeff494.tar.gz
gentoo-d629f9fe9e99dc983188295b2d4be2ed7eeff494.tar.bz2
gentoo-d629f9fe9e99dc983188295b2d4be2ed7eeff494.zip
sys-auth/pam_u2f: initial commit of U2F PAM module
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-auth/pam_u2f/files')
-rw-r--r--sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch13
1 files changed, 13 insertions, 0 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
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