From: Sergei Trofimovich Date: Thu, 10 Oct 2019 19:03:50 +0000 (+0100) Subject: net-fs/smbnetfs: avoid automake calls, bug #697442 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e10e7fad4722f91e412527b4a79f3c3525e22211;p=gentoo.git net-fs/smbnetfs: avoid automake calls, bug #697442 commit 5292df0507ced0b6e453ca668bc586e95af7cfa7 changed Makefile.am but not Makefile.in. Build system automatically calls respective automake if present. Or fails if not. The change regenerates Makefile.in to avoid need to automake calls. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/697442 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich --- diff --git a/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch b/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch index 4eabb95b2b6d..e5e403e31198 100644 --- a/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch +++ b/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch @@ -5,3 +5,14 @@ doc_DATA = \ conf/smbnetfs.conf \ doc/ENGLISH.FAQ \ +--- a/Makefile.in ++++ b/Makefile.in +@@ -296,7 +296,7 @@ build_alias = @build_alias@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ +-docdir = $(datadir)/doc/$(distdir) ++docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host_alias = @host_alias@