You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile....

14 lines
324 B

--- 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