From 564a45497b29ce6812a55eb68bfc4f5a42107373 Mon Sep 17 00:00:00 2001 From: VincentSC Date: Mon, 17 Sep 2018 13:25:12 +0200 Subject: [PATCH] Update install.sh 'rename' added as a Linux prerequisite. [ROCm/clr commit: fcc9aa3412efacdec29f0ecedaa24d2bda6c4c37] --- projects/clr/hipamd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/install.sh b/projects/clr/hipamd/install.sh index f8ad640798..c7dc48e1a8 100755 --- a/projects/clr/hipamd/install.sh +++ b/projects/clr/hipamd/install.sh @@ -25,7 +25,7 @@ popd () { function setupENV() { sudo apt-get update - sudo apt-get install dpkg-dev rpm doxygen libelf-dev + sudo apt-get install dpkg-dev rpm doxygen libelf-dev rename } function buildHIP()