Fixed wrong patch source (5).
This commit is contained in:
parent
73efaff8f0
commit
e16e81d1fe
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
|||
|
||||
src_prepare() {
|
||||
sed "s/EXTRAVERSION = -gentoo/EXTRAVERSION = -gentoo-surface/" -i "${WORKDIR}/linux-${KV_FULL}/Makefile"
|
||||
echo `pwd`
|
||||
echo "HERE: `pwd` THERE"
|
||||
EPATCH_SOURCE="${DISTDIR}" EPATCH_SUFFIX="patch" \
|
||||
EPATCH_FORCE="yes" epatch
|
||||
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
|
||||
|
|
Loading…
Add table
Reference in a new issue