mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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:
|
||||
# function to add octaveforge specific makefile and configure and reconfigure if possible
|
||||
octaveforge_src_prepare() {
|
||||
default
|
||||
|
||||
_generate_configure
|
||||
|
||||
if [[ -e "${S}/src/configure.ac" ]]; then
|
||||
@@ -72,7 +74,6 @@ octaveforge_src_prepare() {
|
||||
if [[ -e "${S}/src/Makefile" ]]; then
|
||||
sed -i 's/ -s / /g' "${S}/src/Makefile" || die 'sed failed.'
|
||||
fi
|
||||
default
|
||||
}
|
||||
|
||||
octaveforge_src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user