From e10e7fad4722f91e412527b4a79f3c3525e22211 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 10 Oct 2019 20:03:50 +0100 Subject: net-fs/smbnetfs: avoid automake calls, bug #697442 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'net-fs/smbnetfs') 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@ -- cgit v1.2.3-18-g5258