summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@awakenetworks.com>2016-09-01 19:06:21 -0500
committerParnell Springmeyer <parnell@awakenetworks.com>2016-09-01 19:21:06 -0500
commit98c058a1ee338731d72d33f320da48c95fecd0e0 (patch)
treefe83f2050163abfe9a73ad36ac1368fbe283cd39 /pkgs/os-specific/linux/pam
parent390ab0b3eff809052d5b9d9b5335413b36898481 (diff)
downloadnixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.tar
nixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.tar.gz
nixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.tar.bz2
nixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.tar.lz
nixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.tar.xz
nixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.tar.zst
nixpkgs-98c058a1ee338731d72d33f320da48c95fecd0e0.zip
Adapting everything for the merged permissions wrappers work.
Diffstat (limited to 'pkgs/os-specific/linux/pam')
-rw-r--r--pkgs/os-specific/linux/pam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/pam/default.nix b/pkgs/os-specific/linux/pam/default.nix
index d84c6224eeb..196af58183f 100644
--- a/pkgs/os-specific/linux/pam/default.nix
+++ b/pkgs/os-specific/linux/pam/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
 
   postInstall = ''
     mv -v $out/sbin/unix_chkpwd{,.orig}
-    ln -sv /var/setuid-wrappers/unix_chkpwd $out/sbin/unix_chkpwd
+    ln -sv /var/permissions-wrappers/unix_chkpwd $out/sbin/unix_chkpwd
   ''; /*
     rm -rf $out/etc
     mkdir -p $modules/lib