diff --git a/polkit.be0 b/polkit.be0 index fe36d3225..7213edd09 100755 --- a/polkit.be0 +++ b/polkit.be0 @@ -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 }