1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Tzafrir Cohen <tzafrir@debian.org>
Subject: Avoid installing firmware manager for now
Forwarded: no
Upstream made debian/install an autoconf-generated file with the extra
line 'etc/*' being remmed-out if installation of firmware manager is
disabled.
The option --enable-fw-mgr is not used on our package build for now, so
we'll deal with that later.
Index: mstflint/configure.ac
===================================================================
--- mstflint.orig/configure.ac 2023-11-14 20:36:15.837534263 +0200
+++ mstflint/configure.ac 2023-11-21 16:40:39.655922096 +0200
@@ -515,8 +515,6 @@
AC_SUBST([TOOLS_GIT_SHA])
AC_MSG_NOTICE(TOOLS_GIT_SHA $TOOLS_GIT_SHA)
-AC_CONFIG_FILES([debian/mstflint.install])
-
AC_OUTPUT( \
Makefile \
cmdif/Makefile \
|