Wintermute0110 / kodi-install

Scripts to compile and install Kodi in Linx Debian/Ubuntu
15 stars 10 forks source link

Kodi user and home #1

Open pgcudahy opened 5 years ago

pgcudahy commented 5 years ago

Is there a reason that the scripts have to assume a kodi user with home directory of /home/kodi? Would a generic $HOME variable work instead?

Wintermute0110 commented 5 years ago

Not really. The user name is only needed to determine the directories prefix. I'm in the process to add a configuration file like in the [MAME-Install] repository, where you can use $HOME if you wish.

Wintermute0110 commented 4 years ago

@pgcudahy I have updated the scripts and now the read configuration.sh, where you can set the source code dir, build dir and installation dir as you wish. I have to update the docs to reflect this change.

EDIT Once I update the docs I will close the issue.

Wintermute0110 commented 2 years ago

@pgcudahy This issue should be fixed now, all scripts honor configuration.sh. However there is a problem with the binary addons when compiling Kodi Matrix, I'm investigating it.