summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-03-28 22:15:19 +0100
committerRalf Baechle <ralf@linux-mips.org>2019-03-28 22:15:19 +0100
commit6b7ba23376c030d64f99952ecffb28db753b4ef0 (patch)
tree5b685236f1182a220bf484c46efbd229f27ea67b
parent8a049300286cff7992d60ee64cdd2cce8a8b7936 (diff)
RPM: Avoid installation of doc files during make install.
Automake has different ideas from rpm where doc files should live. This may cause duplicate doc files and even build breakage. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25-tools.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25-tools.spec.in b/ax25-tools.spec.in
index b541a7c..4b99e75 100644
--- a/ax25-tools.spec.in
+++ b/ax25-tools.spec.in
@@ -90,7 +90,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT dist_doc_DATA= install
make DESTDIR=$RPM_BUILD_ROOT installconf
%clean