Skip to content

Commit

Permalink
pilkit: fix install bug
Browse files Browse the repository at this point in the history
- introduced by 2f8431d ( missing $D )
  • Loading branch information
wwwutz committed Apr 29, 2022
1 parent 9fc38f1 commit bcd9e37
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions polkit.be0
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,12 @@ mee_install() {
# Polkit to work correctly with BLFS. Issue the following commands as the
# root user to create the configuration file for Linux PAM:

start_cmd cat > /etc/pam.d/polkit-1 << "EOF"
# Begin /etc/pam.d/polkit-1
start_cmd cat > ${D}/etc/pam.d/polkit-1 << "EOF"
#%PAM-1.0

auth include system-auth
account include system-account
password include system-password
session include system-session

# End /etc/pam.d/polkit-1
auth include system-auth
account include system-auth
password include system-auth
session include system-auth
EOF
}

0 comments on commit bcd9e37

Please sign in to comment.