[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31569: [PATCH] gnu: ntfs-3g: Link 'mount.ntfs' to 'mount.ntfs-3g'.
From: |
Ludovic Courtès |
Subject: |
bug#31569: [PATCH] gnu: ntfs-3g: Link 'mount.ntfs' to 'mount.ntfs-3g'. |
Date: |
Thu, 24 May 2018 22:17:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Pierre Neidhardt <address@hidden> skribis:
> * gnu/packages/linux.scm (ntfs-3g)[arguments]: Add #:phases.
Makes a lot of sense. Applied with the change below, thanks!
Ludo’.
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f2a9ef0f6..40b4ee09c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3443,7 +3443,7 @@ from userspace.")
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(sbin (string-append out "/sbin")))
- (symlink (string-append sbin "/mount.ntfs-3g")
+ (symlink "mount.ntfs-3g"
(string-append sbin "/mount.ntfs"))))))))
(home-page "https://www.tuxera.com/community/open-source-ntfs-3g/")
(synopsis "Read-write access to NTFS file systems")