From 22174dcc54a358d886a718e8c36d0d50e742a468 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Fri, 3 Jun 2016 14:50:14 +0800 Subject: ubuntu-server-cloudimg-modify: adjust install location of RAMspeed Unify tool install location Change-Id: I45fc76a0631187136a2602d1a9c26f3df94ce9dd Signed-off-by: JingLu5 --- tools/ubuntu-server-cloudimg-modify.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 4a7d24bbb..2e8399a9b 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -62,9 +62,8 @@ apt-get install -y \ git clone https://github.com/kdlucas/byte-unixbench.git /opt/tempT make --directory /opt/tempT/UnixBench/ - -git clone https://github.com/beefyamoeba5/ramspeed.git /opt/tempT2 -cd /opt/tempT2/ramspeed-2.6.0 +git clone https://github.com/beefyamoeba5/ramspeed.git /opt/tempT/RAMspeed +cd /opt/tempT/RAMspeed/ramspeed-2.6.0 mkdir temp bash build.sh -- cgit 1.2.3-korg