diff --git a/packages/sysutils/udevil/package.mk b/packages/sysutils/udevil/package.mk index 0a94c8c29f..a8acf2f6a3 100644 --- a/packages/sysutils/udevil/package.mk +++ b/packages/sysutils/udevil/package.mk @@ -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 }