diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-10 20:03:50 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-10 20:06:19 +0100 |
commit | e10e7fad4722f91e412527b4a79f3c3525e22211 (patch) | |
tree | 026e9f2159355e4d7fbb89f02c4824bdd3b13678 /net-fs/smbnetfs | |
parent | media-gfx/krita: Drop 4.2.6 (diff) | |
download | gentoo-e10e7fad4722f91e412527b4a79f3c3525e22211.tar.gz gentoo-e10e7fad4722f91e412527b4a79f3c3525e22211.tar.bz2 gentoo-e10e7fad4722f91e412527b4a79f3c3525e22211.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'net-fs/smbnetfs')
-rw-r--r-- | net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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@ |