shim: Always respect steam-binary option

This resolves issue #13, but requires the packagers are explicit in setting
the steam path.

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-11 21:01:01 +01:00
parent 5ceacb27fb
commit 4b718a4bc7
+1 -4
View File
@@ -44,11 +44,8 @@ int main(int argc, char **argv)
int8_t off = 0;
int (*vfunc)(const char *, char *const argv[]) = NULL;
#ifdef REPLACE_STEAM
lsi_exec_bin = STEAM_BINARY;
#else
lsi_exec_bin = "/usr/bin/steam";
#endif
/* Initialise config */
if (!lsi_config_load(&config)) {
lsi_config_load_defaults(&config);