install-prepare:
find $(KDIR)/root -type f -not -perm +0100 | xargs chmod 0644
find $(KDIR)/root -type f -perm +0100 | xargs chmod 0755
find $(KDIR)/root -type d | xargs chmod 0755
install-prepare:
find $(KDIR)/root -type f -not -perm +0100 | xargs chmod 0644
find $(KDIR)/root -type f -perm +0100 | xargs chmod 0755
find $(KDIR)/root -type d | xargs chmod 0755