summaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 97b86f9..f20beea 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -71,7 +71,7 @@ dist : default $(MANIFEST)
if [ -x $(TAR) ]; then \
( echo "=== tar ===" && $(MAKEF) -C tar $@ || exit $$? ); \
fi; \
- if [ -x $(RPM) ]; then \
+ if [ -x $(RPMBUILD) ]; then \
( echo "=== rpm ===" && $(MAKEF) -C rpm $@ || exit $$? ); \
fi; \
test -z "$$KEEP_DIST_ROOT" || rm -rf $$DIST_ROOT; echo Done