Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/checkdeps: fix library test #1799

Merged
merged 2 commits into from Jul 23, 2017
Merged

scripts/checkdeps: fix library test #1799

merged 2 commits into from Jul 23, 2017

Conversation

MilhouseVH
Copy link
Contributor

@MilhouseVH MilhouseVH commented Jul 16, 2017

This will fix scripts/checkdeps for libjson-perl as the test for this perl module wasn't working post installation - it was checking a file which would never exist. This change now makes the check for libjson-perl more robust by adding a test function facility that will be automatically used if it exists, otherwise fall back on the existing file name check.

The change also eliminates the repetition of the yes/no question, while accepting both y and yes (case insensitive) - prior to this change, yes would abort the update...

@MilhouseVH
Copy link
Contributor Author

Added checkdeps call in create_addon.

@chewitt chewitt merged commit 65e3131 into LibreELEC:master Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants