Skip to content

Commit

Permalink
Merge pull request #260 from draios/fix-kernel-path
Browse files Browse the repository at this point in the history
Use uname -r for kernel modules
  • Loading branch information
mstemm committed Jul 14, 2017
2 parents 3349dec + 8d57d18 commit 5c1aa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- sudo python setup.py install
- cd ../falco
before_script:
- export KERNELDIR=/lib/modules/$(ls /lib/modules | sort | head -1)/build
- export KERNELDIR=/lib/modules/$(uname -r)/build
script:
- set -e
- export CC="gcc-4.8"
Expand Down

0 comments on commit 5c1aa8d

Please sign in to comment.