libvpl icon indicating copy to clipboard operation
libvpl copied to clipboard

FIX: bootstrap: when on debian OS itself, variable ID_LIKE does not exist.

Open sigysmund opened this issue 4 months ago • 0 comments

Issue

Bootstrap's OS detection was not successful on generic debian system. Debian derivatives, like ubuntu expose $ID_LIKE variable via /etc/os-release.

Solution

Additional check for $ID_LIKE variable, in cases where does not exists, it should use $ID.

How Tested

Was trying to build on a debian(bullseye/bookwork) and this simple fix solved it.

sigysmund avatar Oct 10 '24 09:10 sigysmund