[Ovirt-devel] [PATCH node] Makefile.am (pkg_name): define to $(PACKAGE_NAME),

Jim Meyering jim at meyering.net
Thu Sep 11 13:50:28 UTC 2008


which is set via autoconf and automake rather than hard-coding
---
full disclosure: not tested separately,
since the same code was already tested in the
just-run test of my appliance patch.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fad3fb5..a41c9ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ EXTRA_DIST =			\

 include release.mk

-pkg_name = ovirt-node
+pkg_name = $(PACKAGE_NAME)
 .PHONY: tar
 tar: dist
 	mkdir -p rpm-build/BUILDROOT
--
1.6.0.1.308.gede4c




More information about the ovirt-devel mailing list