net-fs/smbnetfs: avoid automake calls, bug #697442
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 10 Oct 2019 19:03:50 +0000 (20:03 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 10 Oct 2019 19:06:19 +0000 (20:06 +0100)
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 <slyfox@gentoo.org>
net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch

index 4eabb95b2b6d2b154523e642962b71bfe2d4a2b1..e5e403e31198e759072c956e1008418739e17c62 100644 (file)
@@ -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@