Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:44:47 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:44:47 (GMT)
commit487985bc7b4e3b2abe8c5418fe3ec468ac103c72 (patch)
treead7244d57e1a16e158b7ef848f4eb81b6c9484c9 /Makefile
parenta6cf0d510093d84aa837525fe7ddef9f97c01fbe (diff)
Work around script bug
It always returns an error without -t. Now fixed upstream but not yet in the distros.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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