You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/lsb-release/files/lsb-release-1.4-os-release....

11 lines
614 B

--- 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)