From 59c4643474fba7a202f4a803e1bb587313af9abb Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 25 Dec 2020 13:53:37 -0800 Subject: [PATCH] Update install instructions in INSTALL.md Fixes #24 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 06a2e94..f166190 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,7 +52,7 @@ You will also need the following packages to run the unit tests: ``` ./configure \ --prefix=/usr \ - --with-udevrulesdir=$(pkg-config --variable=udevdir)/rules.d + --with-udevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d make && sudo make install ```