Tweak portable-build target to always use brew.

This commit is contained in:
roland 2007-06-08 21:26:44 +00:00
parent 3cb5dfbacf
commit 36b69fb6a9
1 changed files with 1 additions and 1 deletions

View File

@ -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)