commit 41380df84ce1e8bf5ad2719f8203c3d4f30f51a2 parent b47364189c1f4a356b2e931778611db97e15f59b Author: Nihal Jere <nihal@nihaljere.xyz> Date: Fri, 31 Dec 2021 13:21:38 -0600 ntfs-3g: use embedded fuse Diffstat:
M | ntfs-3g/build | | | 3 | ++- |
D | ntfs-3g/depends | | | 2 | -- |
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/ntfs-3g/build b/ntfs-3g/build @@ -1,7 +1,8 @@ #!/bin/sh -e ./configure \ - --prefix=/usr + --prefix=/usr \ + --with-fuse=internal make make DESTDIR="$1" install diff --git a/ntfs-3g/depends b/ntfs-3g/depends @@ -1 +0,0 @@ -/home/nihal/.local/repos/community/community/ntfs-3g/depends- \ No newline at end of file