mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 02:58:02 +02:00
rules: Fix distcheck'ing not being able to install udev rules
This commit is contained in:
parent
34caba2964
commit
057f1bf338
1 changed files with 3 additions and 2 deletions
|
|
@ -52,8 +52,9 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||
pkgconfig_DATA = upower-glib.pc
|
||||
|
||||
# xsltproc barfs on 'make distcheck'; disable for now
|
||||
DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --enable-gtk-doc \
|
||||
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
|
||||
DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --enable-gtk-doc \
|
||||
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
|
||||
--with-udevrulesdir='$${libdir}/udev/rules.d-distcheck'
|
||||
|
||||
clean-local :
|
||||
rm -f *~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue