summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-boot/os-prober/os-prober-1.65.ebuild7
-rw-r--r--sys-boot/os-prober/os-prober-1.70.ebuild7
-rw-r--r--sys-boot/os-prober/os-prober-1.71.ebuild5
3 files changed, 2 insertions, 17 deletions
diff --git a/sys-boot/os-prober/os-prober-1.65.ebuild b/sys-boot/os-prober/os-prober-1.65.ebuild
index adebd5660e31..094db0253260 100644
--- a/sys-boot/os-prober/os-prober-1.65.ebuild
+++ b/sys-boot/os-prober/os-prober-1.65.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,11 +21,6 @@ S=${WORKDIR}/${PN}
src_prepare() {
# use default GNU rules
rm Makefile || die 'rm Makefile failed'
- # Fix references to grub-mount
- sed -i -e 's:grub-mount:grub2-mount:g' \
- common.sh \
- linux-boot-probes/common/50mounted-tests \
- os-probes/common/50mounted-tests
}
src_compile() {
diff --git a/sys-boot/os-prober/os-prober-1.70.ebuild b/sys-boot/os-prober/os-prober-1.70.ebuild
index 35c50c608c4a..160c0c4e50ab 100644
--- a/sys-boot/os-prober/os-prober-1.70.ebuild
+++ b/sys-boot/os-prober/os-prober-1.70.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,11 +19,6 @@ IUSE=""
src_prepare() {
# use default GNU rules
rm Makefile || die 'rm Makefile failed'
- # Fix references to grub-mount
- sed -i -e 's:grub-mount:grub2-mount:g' \
- common.sh \
- linux-boot-probes/common/50mounted-tests \
- os-probes/common/50mounted-tests || die
}
src_compile() {
diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild b/sys-boot/os-prober/os-prober-1.71.ebuild
index 83b93c9e5f0d..160c0c4e50ab 100644
--- a/sys-boot/os-prober/os-prober-1.71.ebuild
+++ b/sys-boot/os-prober/os-prober-1.71.ebuild
@@ -19,11 +19,6 @@ IUSE=""
src_prepare() {
# use default GNU rules
rm Makefile || die 'rm Makefile failed'
- # Fix references to grub-mount
- sed -i -e 's:grub-mount:grub2-mount:g' \
- common.sh \
- linux-boot-probes/common/50mounted-tests \
- os-probes/common/50mounted-tests || die
}
src_compile() {