[sys-kernel/dracut] sync with tree

This commit is contained in:
2022-07-06 11:23:05 +02:00
parent 9809350047
commit e6e3be6616
4 changed files with 83 additions and 1 deletions

View File

@@ -78,6 +78,11 @@ src_configure() {
echo ./configure "${myconf[@]}"
./configure "${myconf[@]}" || die
if [[ ${PV} != 9999 && ! -f dracut-version.sh ]] ; then
# Source tarball from github doesn't include this file
echo "DRACUT_VERSION=${PV}" > dracut-version.sh || die
fi
}
src_test() {