guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ecryptfs-utils: Patch more hardcoded paths.


From: Leo Famulari
Subject: 01/01: gnu: ecryptfs-utils: Patch more hardcoded paths.
Date: Thu, 26 Jul 2018 13:20:18 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit e8ec2dda08d36f3a8d17f840980ea82585d1fc38
Author: Brendan Tildesley <address@hidden>
Date:   Thu Jul 26 09:13:52 2018 +1000

    gnu: ecryptfs-utils: Patch more hardcoded paths.
    
    * gnu/packages/linux.scm (ecryptfs-utils): [arguments]: Add an additional 
file
    to be patched that was missing in the last fix. Ecryptfs will now find the
    umount binary path as well as mount and others. Re-sort the list of files 
to be
    substituted.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7ecc795..70615df 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3714,10 +3714,12 @@ as used on certified hardware security devices.")
                (substitute* '("src/utils/ecryptfs-mount-private"
                               "src/utils/ecryptfs-umount-private"
                               "src/utils/ecryptfs-setup-private"
+                              "src/utils/ecryptfs-setup-swap"
                               "src/utils/mount.ecryptfs.c"
+                              "src/utils/umount.ecryptfs.c"
                               "src/pam_ecryptfs/pam_ecryptfs.c"
                               "src/desktop/ecryptfs-mount-private.desktop.in"
-                              "src/utils/ecryptfs-setup-swap")
+                              "src/desktop/ecryptfs-setup-private.desktop.in")
                  (("/bin/mount")
                   (string-append utils-linux "/bin/mount"))
                  (("/bin/umount")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]