IPA wouldn't build for me because of a Makefile problem. This should solve the issue.

--
PetrĀ³
From c1d2e90c41c8939f02c7fcb2613163dd05abe4aa Mon Sep 17 00:00:00 2001
From: Petr Viktorin <pvikt...@redhat.com>
Date: Mon, 30 Jun 2014 17:39:17 +0200
Subject: [PATCH] install/ui/build: Build core.js

The make-ui.sh script builds both app.js and core.js,
but only one was specified in the Makefile.
Correct the mistake.
---
 install/ui/build/freeipa/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install/ui/build/freeipa/Makefile.am b/install/ui/build/freeipa/Makefile.am
index d21004d1efe0548ffc4609202006a1561778c18a..0543872e65ec08f981d190fe5c223901b80e8015 100644
--- a/install/ui/build/freeipa/Makefile.am
+++ b/install/ui/build/freeipa/Makefile.am
@@ -21,3 +21,5 @@ nav := $(wildcard ../../src/freeipa/navigation/*.js)
 
 app.js: $(core) $(base) $(widgets) $(nav)
 	../../util/make-ui.sh
+
+core.js: app.js
-- 
1.9.3

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to