summary refs log tree commit diff
path: root/pkgs/os-specific/linux/spl/install_prefix.patch
blob: 9a7393b7170cd5e105c33aea55df3505a1b9ea60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** spl-0.6.0-rc10/Makefile.am.old	Fri Aug 17 14:49:16 2012
--- spl-0.6.0-rc10/Makefile.am	Fri Aug 17 14:51:06 2012
***************
*** 32,38 ****
  if CONFIG_KERNEL
  install-data-local:
  	release=$(SPL_META_VERSION)-$(SPL_META_RELEASE); \
! 	instdest=$(DESTDIR)/usr/src/spl-$$release/$(LINUX_VERSION); \
  	for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
  		$(INSTALL) -D $$instfile $$instdest/$$instfile; \
  	done
--- 32,38 ----
  if CONFIG_KERNEL
  install-data-local:
  	release=$(SPL_META_VERSION)-$(SPL_META_RELEASE); \
! 	instdest=$(DESTDIR)/@libexecdir@/spl/$(LINUX_VERSION); \
  	for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
  		$(INSTALL) -D $$instfile $$instdest/$$instfile; \
  	done