diff options
author | Martin Szulecki | 2020-06-08 17:53:22 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 17:53:22 +0200 |
commit | 85e1bd7ebf2e928f2f0e37eee4b1cadde0be443a (patch) | |
tree | 2a452187a00988b575fae865f50314cfa89c99c1 | |
parent | 7bbb8142981b5a97c10aa607b15db474a98a868a (diff) | |
download | libirecovery-85e1bd7ebf2e928f2f0e37eee4b1cadde0be443a.tar.gz libirecovery-85e1bd7ebf2e928f2f0e37eee4b1cadde0be443a.tar.bz2 |
Fix make distcheck target attempting to install udev rules to wrong prefix
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6810a46..5202965 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src include tools udev + +DISTCHECK_CONFIGURE_FLAGS = \ + --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) |