mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/elilo: fix elilo script error #299665
This commit is contained in:
@@ -30,6 +30,8 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-3.16-elilo-loop.patch #299665
|
||||
|
||||
# The patches Debian had were merged upstream.
|
||||
#epatch debian/patches/*.diff
|
||||
|
||||
|
||||
15
sys-boot/elilo/files/elilo-3.16-elilo-loop.patch
Normal file
15
sys-boot/elilo/files/elilo-3.16-elilo-loop.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
https://bugs.gentoo.org/299665
|
||||
|
||||
patch by Dennis Schridde <devurandom@gmx.net>
|
||||
|
||||
--- a/debian/elilo.sh
|
||||
+++ b/debian/elilo.sh
|
||||
@@ -321,6 +321,8 @@
|
||||
|
||||
mnt()
|
||||
{
|
||||
+ local loop
|
||||
+
|
||||
## we can even create bootstrap filesystem images directly if you
|
||||
## ever wanted too.
|
||||
if [ -f "$boot" ] ; then
|
||||
Reference in New Issue
Block a user