mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
octaveforge.eclass: patch before moving things
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -58,6 +58,8 @@ octaveforge_src_unpack() {
|
|||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# function to add octaveforge specific makefile and configure and reconfigure if possible
|
# function to add octaveforge specific makefile and configure and reconfigure if possible
|
||||||
octaveforge_src_prepare() {
|
octaveforge_src_prepare() {
|
||||||
|
default
|
||||||
|
|
||||||
_generate_configure
|
_generate_configure
|
||||||
|
|
||||||
if [[ -e "${S}/src/configure.ac" ]]; then
|
if [[ -e "${S}/src/configure.ac" ]]; then
|
||||||
@@ -72,7 +74,6 @@ octaveforge_src_prepare() {
|
|||||||
if [[ -e "${S}/src/Makefile" ]]; then
|
if [[ -e "${S}/src/Makefile" ]]; then
|
||||||
sed -i 's/ -s / /g' "${S}/src/Makefile" || die 'sed failed.'
|
sed -i 's/ -s / /g' "${S}/src/Makefile" || die 'sed failed.'
|
||||||
fi
|
fi
|
||||||
default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
octaveforge_src_compile() {
|
octaveforge_src_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user