jer 14/06/04 23:25:53 Added: lsb-release-1.4-os-release.patch Log: Apply patch by Melker Narikka to ignore /etc/os-release (bug #443116). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 sys-apps/lsb-release/files/lsb-release-1.4-os-release.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lsb-release/files/lsb-release-1.4-os-release.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lsb-release/files/lsb-release-1.4-os-release.patch?rev=1.1&content-type=text/plain Index: lsb-release-1.4-os-release.patch =================================================================== --- a/lsb_release +++ b/lsb_release @@ -250,6 +250,7 @@ CHECKFIRST=$(find $INFO_ROOT/ -maxdepth 1 \ -name \*$INFO_DISTRIB_SUFFIX \ -and ! -name $INFO_LSB_FILE \ + -and ! -name os-release \ -and -type f \ 2>/dev/null \ | head -1 ) # keep one of the files found (if many)
