]> git.proxmox.com Git - mirror_zfs.git/blobdiff - Makefile.am
Add spl.release to spl-devel to simply dependent package version check.
[mirror_zfs.git] / Makefile.am
index 022430361113cc682bd1f8ac3f94605a469d2a9c..e6dc5a18154452e0d667322246df4c2da0b804c7 100644 (file)
@@ -18,6 +18,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