um: fix UML_LIB_PATH
[pandora-kernel.git] / arch / um / os-Linux / main.c
index eee69b9..39613ea 100644 (file)
@@ -78,7 +78,7 @@ static void install_fatal_handler(int sig)
        }
 }
 
-#define UML_LIB_PATH   ":/usr/lib/uml"
+#define UML_LIB_PATH   ":" OS_LIB_PATH "/uml"
 
 static void setup_env_path(void)
 {