slackbuilds_ponce/system/fuse-exfat/doinst.sh

4 lines
122 B
Bash
Raw Normal View History

# `mount -t extfs` looks in /sbin
( cd sbin ; rm -rf mount.exfat )
( cd sbin ; ln -sf /usr/sbin/mount.exfat mount.exfat )