Refresh autogen products
This commit is contained in:
parent
c3fdc3b521
commit
88e5ae21c8
|
@ -19155,6 +19155,10 @@ echo $ECHO_N "checking spl source directory... $ECHO_C" >&6
|
||||||
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
|
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
|
||||||
2>/dev/null | tail -1`
|
2>/dev/null | tail -1`
|
||||||
|
|
||||||
|
if test -z "$sourcelink" || test ! -e $sourcelink; then
|
||||||
|
sourcelink=../spl
|
||||||
|
fi
|
||||||
|
|
||||||
if test -e $sourcelink; then
|
if test -e $sourcelink; then
|
||||||
splsrc=`readlink -f ${sourcelink}`
|
splsrc=`readlink -f ${sourcelink}`
|
||||||
else
|
else
|
||||||
|
@ -21872,6 +21876,10 @@ echo $ECHO_N "checking spl source directory... $ECHO_C" >&6
|
||||||
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
|
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
|
||||||
2>/dev/null | tail -1`
|
2>/dev/null | tail -1`
|
||||||
|
|
||||||
|
if test -z "$sourcelink" || test ! -e $sourcelink; then
|
||||||
|
sourcelink=../spl
|
||||||
|
fi
|
||||||
|
|
||||||
if test -e $sourcelink; then
|
if test -e $sourcelink; then
|
||||||
splsrc=`readlink -f ${sourcelink}`
|
splsrc=`readlink -f ${sourcelink}`
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue