From 487985bc7b4e3b2abe8c5418fe3ec468ac103c72 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 11 Nov 2012 13:44:47 +0000 Subject: Work around script bug It always returns an error without -t. Now fixed upstream but not yet in the distros. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index a50a274..29643b5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LOG = $(SCRIPTS)/log-command ifdef SUGAR_BUILDBOT TYPESCRIPT = $(LOG) else -TYPESCRIPT = script -ae -c +TYPESCRIPT = script -t/tmp/sugar-build-scripttimingfd -ae -c endif all: build install-activities -- cgit v0.9.1