mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-08 13:07:13 +00:00
Disable mime database update during make distcheck
Updating the mime database creates files in the install directory, and these files are not cleaned up on make uninstall, so this causes a make distcheck failure.
This commit is contained in:
parent
71eac4bc67
commit
a6d5acdf6a
@ -4,6 +4,7 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = icons src man po data
|
||||
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
|
||||
EXTRA_DIST = \
|
||||
$(PACKAGE).spec \
|
||||
intltool-extract.in \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user