diff options
author | root <root@rshg054.dnsready.net> | 2012-06-30 00:01:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-30 00:01:49 +0000 |
commit | ff31f6558b911e924318b059516075f6413c5d8b (patch) | |
tree | c60e837c5e5c8e10b9f367152621091c714e4ea7 /libre/linux-libre-tools/PKGBUILD | |
parent | a9811800fb65ca331655a1bbe22e67e7564099f8 (diff) |
Sat Jun 30 00:01:49 UTC 2012
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 |