diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-29 05:53:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-29 05:53:30 -0300 |
commit | 2a413af2758f7cc3e5deb5e1e6059bf976c7107b (patch) | |
tree | e3c99bc9310bb4a82e18452d459dbcaf48918065 /libre/linux-libre-tools/PKGBUILD | |
parent | de04d57275d42b0ba09451e10f059fb8dc9546be (diff) |
linux-libre-tools-3.4-3: fixing issues on PKGBUILD
Diffstat (limited to 'libre/linux-libre-tools/PKGBUILD')
-rw-r--r-- | libre/linux-libre-tools/PKGBUILD | 4 |
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 |