Hey @DuckSoft @yochananmarqos @KokaKiwi,
thx a lot for packaging this for the AUR and maintaining.
Most likely there's a mistake in lines #54f, where the symlinks which were just installed in lines #52f get overwritten.
Is this actually meant to be :
diff -ru --color old/PKGBUILD new/PKGBUILD
--- old/PKGBUILD 2020-06-22 21:02:54.057938250 +0200
+++ new/PKGBUILD 2020-06-22 21:03:51.868114896 +0200
@@ -51,8 +51,8 @@
ln -svf /usr/bin/hexdump "$pkgdir/opt/${pkgname%-bin}/tool/"
ln -svf /usr/bin/mkfs.exfat "$pkgdir/opt/${pkgname%-bin}/tool/mkextfatfs_32"
ln -svf /usr/bin/mkfs.exfat "$pkgdir/opt/${pkgname%-bin}/tool/mkextfatfs_64"
- ln -svf /usr/bin/mount.exfat-fuse "$pkgdir/opt/${pkgname%-bin}/tool/mkextfatfs_32"
- ln -svf /usr/bin/mount.exfat-fuse "$pkgdir/opt/${pkgname%-bin}/tool/mkextfatfs_64"
+ ln -svf /usr/bin/mount.exfat-fuse "$pkgdir/opt/${pkgname%-bin}/tool/mount.exfat-fuse_32"
+ ln -svf /usr/bin/mount.exfat-fuse "$pkgdir/opt/${pkgname%-bin}/tool/mount.exfat-fuse_64"
msg2 "Creating /usr/bin entries..."
install -Dm755 "$srcdir/${pkgname%-bin}" -t "$pkgdir"/usr/bin/
?
Cheers !
Pinned Comments