aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-12-02 10:19:12 +0100
committerAnders Broman <a.broman58@gmail.com>2016-12-02 11:31:11 +0000
commit3b5d5adcd3cbd941509485c1ced5d0599f545ed1 (patch)
tree49a9dc9939579760057c9e197563a354d6238615 /Makefile.am
parent74fb68d3662881cfa9f11fd29d73144da3d294aa (diff)
autotools: fix typo.
The required executable is rpmbuild and not rpm. Change-Id: Iba1bff9c7fb6907659451a977ad8ab98efb169da Reviewed-on: https://code.wireshark.org/review/19015 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b5854745f9..f64828faac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1092,7 +1092,7 @@ rpm-package: dist
rm -f SOURCES/$(distdir).tar.xz ../../$(distdir).tar.xz
else
rpm-package:
- @echo "RPM executable not available." ; \
+ @echo "'rpmbuild' executable not available." ; \
false
endif