summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs/no_absolute_paths_to_coreutils.patch
blob: e223e34c3a435b0734750378c8e3a4d15ab91659 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** git-export/module/Makefile.in.old	Tue Mar  6 01:04:48 2012
--- git-export/module/Makefile.in	Tue Mar  6 01:04:59 2012
***************
*** 11,20 ****
  	@# installed devel headers, or they may be in the module
  	@# subdirectory when building against the spl source tree.
  	@if [ -f @SPL_OBJ@/@SPL_SYMBOLS@ ]; then \
! 		/bin/cp -f @SPL_OBJ@/@SPL_SYMBOLS@ .; \
  		chmod +w @SPL_SYMBOLS@ .; \
  	elif [ -f @SPL_OBJ@/module/@SPL_SYMBOLS@ ]; then \
! 		/bin/cp -f @SPL_OBJ@/module/@SPL_SYMBOLS@ .; \
  		chmod +w @SPL_SYMBOLS@ .; \
  	else \
  		echo -e "\n" \
--- 11,20 ----
  	@# installed devel headers, or they may be in the module
  	@# subdirectory when building against the spl source tree.
  	@if [ -f @SPL_OBJ@/@SPL_SYMBOLS@ ]; then \
! 		cp -f @SPL_OBJ@/@SPL_SYMBOLS@ .; \
  		chmod +w @SPL_SYMBOLS@ .; \
  	elif [ -f @SPL_OBJ@/module/@SPL_SYMBOLS@ ]; then \
! 		cp -f @SPL_OBJ@/module/@SPL_SYMBOLS@ .; \
  		chmod +w @SPL_SYMBOLS@ .; \
  	else \
  		echo -e "\n" \