]> git.proxmox.com Git - mirror_spl.git/blobdiff - Makefile.am
Add uninstall Makefile targets
[mirror_spl.git] / Makefile.am
index cae511de76c20d71bfae34207f8c57c54238bdc9..184c300cbf68867bf0d09a8a1a307546d62a0fe5 100644 (file)
@@ -30,7 +30,7 @@ distclean-local::
 if CONFIG_KERNEL
 install-data-local:
        destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
-       instdest=$(DESTDIR)/${prefix}/src/$$destname; \
+       instdest=$(DESTDIR)/usr/src/$$destname; \
        echo "${SPL_META_VERSION}" >$$instdest/spl.release; \
        for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
                $(INSTALL) -D $$instfile $$instdest/$$instfile; \