From 2a8d03669732f68f02fa7b21ec87ee3f65d11e5b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 25 Mar 2011 14:39:36 +0200 Subject: Push platform config out of main rpm macros file - canon arch & color stuff is now calculated per each known arch in installplatform, and just a single place where arch name mangling is done --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 053236d77..a93d66b7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,7 +228,10 @@ install-exec-hook: @LN_S@ ../../bin/rpm $(DESTDIR)$(bindir)/rpmverify install-data-local: - DESTDIR="$(DESTDIR)" pkglibdir="$(rpmconfigdir)" $(SHELL) $(top_srcdir)/installplatform rpmrc macros platform + DESTDIR="$(DESTDIR)" pkglibdir="$(rpmconfigdir)" \ + $(SHELL) $(top_srcdir)/installplatform \ + rpmrc platform \ + $(RPMCANONVENDOR) $(RPMCANONOS) $(RPMCANONGNU) @$(MKDIR_P) $(DESTDIR)$(localstatedir)/tmp # XXX to appease distcheck we need to remove "stuff" here... -- cgit v1.2.3