Lines 48-54
src_prepare() {
Link Here
|
48 |
# to be placed in /usr/bin - this patch prefixes them with 'hunspell-'. |
48 |
# to be placed in /usr/bin - this patch prefixes them with 'hunspell-'. |
49 |
# It modifies a Makefile.am file, hence eautoreconf. |
49 |
# It modifies a Makefile.am file, hence eautoreconf. |
50 |
epatch "${FILESDIR}"/${PN}-1.2.9-renameexes.patch |
50 |
epatch "${FILESDIR}"/${PN}-1.2.9-renameexes.patch |
|
|
51 |
epatch "${FILESDIR}"/${PN}-1.2.9-libparsers.patch |
51 |
eautoreconf |
52 |
eautoreconf |
|
|
53 |
|
54 |
# All test scripts assume /bin/bash exists... |
55 |
sed -i 's,^#!/bin/bash$,#!/bin/env bash,' "${S}"/tests/*.sh |
52 |
} |
56 |
} |
53 |
|
57 |
|
54 |
src_configure() { |
58 |
src_configure() { |