summary refs log tree commit diff
path: root/pkgs/tools/security/ecryptfs/helper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/ecryptfs/helper.nix')
-rw-r--r--pkgs/tools/security/ecryptfs/helper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ecryptfs/helper.nix b/pkgs/tools/security/ecryptfs/helper.nix
index 3daaadcaad6..05327ad3a09 100644
--- a/pkgs/tools/security/ecryptfs/helper.nix
+++ b/pkgs/tools/security/ecryptfs/helper.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ makeWrapper ];
 
-  # Do not hardcode PATH to ${ecryptfs} as we need the script to invoke executables from /run/wrappers
+  # Do not hardcode PATH to ${ecryptfs} as we need the script to invoke executables from /run/wrappers/bin
   installPhase = ''
     mkdir -p $out/bin $out/libexec
     cp $src $out/libexec/ecryptfs-helper.py