mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 16:30:13 +00:00
Merge pull request #7740 from mglae/le12_mount.ntfs
udevil: improve mount.ntfs script
This commit is contained in:
commit
dbb758d689
@ -28,9 +28,7 @@ post_makeinstall_target() {
|
||||
cp -PR src/udevil ${INSTALL}/usr/bin
|
||||
|
||||
mkdir -p ${INSTALL}/usr/sbin
|
||||
echo '#!/bin/sh' > ${INSTALL}/usr/sbin/mount.ntfs
|
||||
echo '/usr/sbin/modprobe ntfs3' >> ${INSTALL}/usr/sbin/mount.ntfs
|
||||
echo '/usr/bin/mount "$@"' >> ${INSTALL}/usr/sbin/mount.ntfs
|
||||
echo -e '#!/bin/sh\nexec /usr/bin/mount -tntfs3 "$@"' > ${INSTALL}/usr/sbin/mount.ntfs
|
||||
chmod 755 ${INSTALL}/usr/sbin/mount.ntfs
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user