From e3758a2f29515a076ef9c6688ccd718d33ac7c52 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 26 Jan 2021 22:14:05 -0800 Subject: [PATCH] Remove udev rules from default configure command. The configuration options describes the method to override the udev rules directory. It is not necessary to add it as the default in the build/install instructions. --- INSTALL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cf385c4..cafa640 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,9 +50,7 @@ You will also need the following packages to run the unit tests: 2. Run autogen.sh 3. Run the following commands: ``` -./configure \ - --prefix=/usr \ - --with-udevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d +./configure --prefix=/usr make && sudo make install ```