mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
udevil: fix mount call in mount.ntfs helper script
The documented format of the -t option is "-t type", not "-ttype". Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -30,7 +30,7 @@ post_makeinstall_target() {
|
||||
cp -PR src/udevil ${INSTALL}/usr/bin
|
||||
|
||||
mkdir -p ${INSTALL}/usr/sbin
|
||||
echo -e '#!/bin/sh\nexec /usr/bin/mount -tntfs3 "$@"' > ${INSTALL}/usr/sbin/mount.ntfs
|
||||
echo -e '#!/bin/sh\nexec /usr/bin/mount -t ntfs3 "$@"' > ${INSTALL}/usr/sbin/mount.ntfs
|
||||
chmod 755 ${INSTALL}/usr/sbin/mount.ntfs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user