summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-mplayer
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
commit07c4eb3830130ae00e0a079519d2ddb5f383c9e4 (patch)
tree0273072b7f61766baba05f8cc1c09c233a3e78bd /pts/test-resources/build-mplayer
parentb04a71edaf42577add3b9263101284da808e672d (diff)
downloadphoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.gz
phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.xz
phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.zip
More profile updates... switch time back to /usr/bin/time and add proper
ImageMagick download links.
Diffstat (limited to 'pts/test-resources/build-mplayer')
-rw-r--r--pts/test-resources/build-mplayer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/build-mplayer/install.sh b/pts/test-resources/build-mplayer/install.sh
index 4a53f5d..96fc175 100644
--- a/pts/test-resources/build-mplayer/install.sh
+++ b/pts/test-resources/build-mplayer/install.sh
@@ -15,7 +15,7 @@ tar -xjf MPlayer-1.0rc2.tar.bz2
cd MPlayer-1.0rc2/
./configure > /dev/null
sleep 3
-time -f \"MPlayer Build Time: %e Seconds\" make -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-mplayer
+/usr/bin/time -f \"MPlayer Build Time: %e Seconds\" make -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-mplayer
chmod +x time-compile-mplayer