X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=17a6a26e7e25796ab1bed0839711d7d370a7839c;hb=c7f2d69de397b02cc803f541dd2d405e0c284e76;hp=3ab5cb3eb100ab494f60e9323b8a6071645ebbe5;hpb=6ba3b44614fa6482bd2d7363964b65f0289b0f4f;p=zfs.git diff --git a/Makefile.am b/Makefile.am index 3ab5cb3..17a6a26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,9 +33,9 @@ distclean-local:: if CONFIG_KERNEL install-data-local: - destname=zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION); \ - instdest=$(DESTDIR)/usr/src/$$destname; \ - echo "$(ZFS_META_VERSION)" >$$instdest/zfs.release; \ + release=$(ZFS_META_VERSION)-$(ZFS_META_RELEASE); \ + instdest=$(DESTDIR)/usr/src/zfs-$$release/$(LINUX_VERSION); \ + echo "$$release" >$$instdest/zfs.release; \ for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ done