Skip to content

Commit

Permalink
ntfs-3g: fsck.ntfs: fix path to ntfsfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed May 5, 2024
1 parent 000f0ef commit 7048f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ntfs-3g/.md5sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
9e588d386bed2ce7ef46c62f5b5879aa fsck.ntfs
18defa4a1cede02ced1b88c43cf556c6 fsck.ntfs
6db391222d78c9a5e39f11e69fe4ba27 fsck.ntfs.8
a038af61be7584b79f8922ff11244090 ntfs-3g_ntfsprogs-2022.10.3.tgz
2 changes: 1 addition & 1 deletion ntfs-3g/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name=ntfs-3g
version=2022.10.3
release=3
release=4
source="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-$version.tgz
fsck.ntfs
fsck.ntfs.8"
Expand Down
2 changes: 1 addition & 1 deletion ntfs-3g/fsck.ntfs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec /bin/ntfsfix $(echo "$* " | sed 's/-a /-d /g;s/-p /-d /g;s/-f //g;')
exec /sbin/ntfsfix $(echo "$* " | sed 's/-a /-d /g;s/-p /-d /g;s/-f //g;')

0 comments on commit 7048f40

Please sign in to comment.