summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cookbooks/gnuradio/recipes/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cookbooks/gnuradio/recipes/default.rb b/cookbooks/gnuradio/recipes/default.rb
index 08f5525..e772daf 100644
--- a/cookbooks/gnuradio/recipes/default.rb
+++ b/cookbooks/gnuradio/recipes/default.rb
@@ -39,7 +39,7 @@ bash 'Compile rtl-sdr' do
group 'vagrant'
cwd node[:workingdir] + '/rtl-sdr'
code <<-EOH
- cmake .
+ cmake . -DINSTALL_UDEV_RULES=ON
make clean
make
EOH