From 36b69fb6a9aca98286c74d3d996797b47cb427d5 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 8 Jun 2007 21:26:44 +0000 Subject: [PATCH] Tweak portable-build target to always use brew. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d78b5be..6ece25e 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ build-dep = $(portable.srpm) else redhat = /mnt/redhat $(portable-build): $(portable.srpm) - $(BUILD_CLIENT) $(BUILD_FLAGS) dist-$(portable-dist) $< + brew build $(BUILD_FLAGS) dist-$(portable-dist) $< rsync-to = $(public) build-dep = $(portable-build)/src/$(portable.srpm) portable-build: $(portable-build)