mirror of
https://github.com/krislamo/kernmod.git
synced 2024-11-10 00:30:36 +00:00
Remove hardcoded path
This commit is contained in:
parent
2523cb117b
commit
42c46c0556
2
build.sh
2
build.sh
@ -42,7 +42,7 @@ function install_headers {
|
|||||||
|
|
||||||
# Build and install helloworld module or module(s) in $SCRATCH
|
# Build and install helloworld module or module(s) in $SCRATCH
|
||||||
set -x
|
set -x
|
||||||
if [ ! -z "$(ls -Al /vagrant/scratch/ | grep -e ^d)" ]; then
|
if [ ! -z "$(ls -Al $SCRATCH | grep -e ^d)" ]; then
|
||||||
cd "$SCRATCH"
|
cd "$SCRATCH"
|
||||||
for d in */ ; do
|
for d in */ ; do
|
||||||
if [ -f "$(basename $d)/override.sh" ]; then
|
if [ -f "$(basename $d)/override.sh" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user