Add spl.release to spl-devel to simply dependent package version check.
This commit is contained in:
parent
f4f9cd75a1
commit
5c3c70adec
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue