summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-18 14:05:48 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-18 14:05:48 -0200
commit5b8f3d0dd9c55b70ea280cd61c1856408c49fc6e (patch)
tree532fd60e58603eb2c655985307f9f5884d70e4b2 /libre/linux-libre-tools
parentf818af4b90158fa7b6d14a558c38955590b6501a (diff)
linux-libre-tools: fix patching on prepare() function
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index b9352065d..c20fee223 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -53,12 +53,11 @@ sha256sums=('6e68eef826b17ae9d7df01ac13e46ef5d978670071d1b05aed775bdbff8fed96'
'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570')
prepare() {
+ cd linux-$pkgver
# apply stable patching set
if (( NOEXTRACT == 0 )) && [[ -e "$srcdir"/patch-$_basekernel-gnu-$_pkgver-gnu ]]; then
msg2 'Applying stable patch set'
- cd linux-$pkgver
patch -Np1 -i "$srcdir"/patch-$_basekernel-gnu-$_pkgver-gnu
- cd ..
fi
patch -N -p1 -i "$srcdir/01-fix-perf-python.patch"
patch -N -p1 -i "$srcdir/02-parabola-paths.patch"