summaryrefslogtreecommitdiff
blob: 6e908847a54f2b361273983bc03628a7d6cb7335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: comgr/src/comgr-env.cpp
===================================================================
--- comgr.orig/src/comgr-env.cpp
+++ comgr/src/comgr-env.cpp
@@ -247,6 +247,9 @@ InstallationDetector *getDetectorImpl()
   if (EnvROCMPath) {
     ROCmInstallPath = EnvROCMPath;
   }
+  else {
+	ROCmInstallPath = "@GENTOO_PORTAGE_EPREFIX@/usr";
+  }
 
   InstallationDetector *Detector;
   if (ROCmInstallPath == "") {