Home
last modified time | relevance | path

Searched full:lsb_release (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/scripts/package/
Dmkdebian169 # In some cases lsb_release returns the codename as n/a, which breaks dpkg-parsechangelog
170 elif distribution=$(lsb_release -cs 2>/dev/null) && [ -n "$distribution" ] && [ "$distribution" != …
/linux-6.8/scripts/
Dsphinx-pre-install1023 # By default, it will use lsb_release function. If not available, it will
1028 $system_release = qx(lsb_release -d) if which("lsb_release");