summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-06-29 05:53:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-06-29 05:53:30 -0300
commit2a413af2758f7cc3e5deb5e1e6059bf976c7107b (patch)
treee3c99bc9310bb4a82e18452d459dbcaf48918065 /libre/linux-libre-tools
parentde04d57275d42b0ba09451e10f059fb8dc9546be (diff)
downloadabslibre-2a413af2758f7cc3e5deb5e1e6059bf976c7107b.tar.gz
abslibre-2a413af2758f7cc3e5deb5e1e6059bf976c7107b.tar.bz2
abslibre-2a413af2758f7cc3e5deb5e1e6059bf976c7107b.zip
linux-libre-tools-3.4-3: fixing issues on PKGBUILD
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index 083cce961..def346093 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -28,9 +28,9 @@ md5sums=('a5e128ca059cceb8b69148b41ff4ac6f'
'20870541e88109d2f153be3c58a277f1')
build() {
- cd "${srcdir}/linux-${_basekernel}"
-
+ # apply stable patching set
if [ "${_basekernel}" != "${pkgver}" ]; then
+ msg2 'Applying stable patch set'
patch -Np1 -i "${srcdir}/patch-${_basekernel}-gnu-${pkgver}-gnu"
fi