Skip to content

Commit

Permalink
deskutils/i3lock: simplify PAM config after ca20c39
Browse files Browse the repository at this point in the history
PR:		273073
Approved by:	bapt (maintainer)
  • Loading branch information
jbeich committed Aug 21, 2023
1 parent 552ebd5 commit ceb1176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions deskutils/i3lock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ PLIST_FILES= bin/i3lock \
man/man1/i3lock.1.gz \
etc/pam.d/i3lock

SUB_FILES= i3lock.pam

USES= gmake iconv localbase pkgconfig tar:bzip2 xorg
LDFLAGS+= ${ICONV_LIB}
USE_XORG= x11 xcb xt xorgproto xext
Expand All @@ -47,7 +45,8 @@ OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3lock
@${RM} ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock
@${INSTALL_DATA} ${WRKDIR}/i3lock.pam ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock
@${LN} -s ${LOCALBASE}/etc/pam.d/unix-selfauth \
${STAGEDIR}${PREFIX}/etc/pam.d/i3lock

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down
7 changes: 0 additions & 7 deletions deskutils/i3lock/files/i3lock.pam.in

This file was deleted.

0 comments on commit ceb1176

Please sign in to comment.