]> git.proxmox.com Git - mirror_zfs.git/blobdiff - Makefile.in
Add spl.release to spl-devel to simply dependent package version check.
[mirror_zfs.git] / Makefile.in
index c87fbb7cfafee101e2bb72e02db5520b50b81675..91a89db7d7186e1b06618c71c404cf8dbb9f631e 100644 (file)
@@ -663,6 +663,7 @@ distclean-local::
 install-data-local:
        destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
        instdest=$(DESTDIR)/${prefix}/src/$$destname; \
+       echo "${SPL_META_VERSION}" >$$instdest/spl.release; \
        for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
                $(INSTALL) -D $$instfile $$instdest/$$instfile; \
        done