]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Add spl.release to spl-devel to simply dependent package version check.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2009 23:41:21 +0000 (16:41 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2009 23:41:21 +0000 (16:41 -0700)
Makefile.am
Makefile.in

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
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