X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=e47e571ec7aa8555733949537009ac92911234fd;hb=fd2b4aa71a53f3565522675de97b872c104383f4;hp=833bee64e511289fbe4c0d18a01e6c094ae166d1;hpb=48c028f5a5558894f8d94652050bc8e644760b9a;p=zfs.git diff --git a/Makefile.am b/Makefile.am index 833bee6..e47e571 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ install-data-local: release=$(ZFS_META_VERSION)-$(ZFS_META_RELEASE); \ instdest=$(DESTDIR)/usr/src/zfs-$$release/$(LINUX_VERSION); \ for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ - $(INSTALL) -D $$instfile $$instdest/$$instfile; \ + $(INSTALL) -m 644 -D $$instfile $$instdest/$$instfile; \ done endif