udev: remove executable flag from udev rules

This commit is contained in:
MilhouseVH 2019-09-23 18:30:16 +01:00
parent 77a2119731
commit b992dd409d
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ post_makeinstall_target() {
rm -rf $INSTALL/usr/share
rm -rf $INSTALL/etc/vmware-tools/scripts/vmware/network
chmod -x $INSTALL/usr/lib/udev/rules.d/*.rules
find $INSTALL/etc/vmware-tools/ -type f | xargs sed -i '/.*expr.*/d'
}