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.
reverse-scroll
nirenjan 2021-01-26 22:14:05 -08:00 committed by GitHub
parent b9ef8a82d6
commit e3758a2f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -50,9 +50,7 @@ You will also need the following packages to run the unit tests:
2. Run autogen.sh 2. Run autogen.sh
3. Run the following commands: 3. Run the following commands:
``` ```
./configure \ ./configure --prefix=/usr
--prefix=/usr \
--with-udevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d
make && sudo make install make && sudo make install
``` ```