[arch-commits] Commit in linux-zen/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 10 15:41:44 UTC 2017


    Date: Sunday, September 10, 2017 @ 15:41:42
  Author: heftig
Revision: 305246

4.13-2

Modified:
  linux-zen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 15:16:05 UTC (rev 305245)
+++ PKGBUILD	2017-09-10 15:41:42 UTC (rev 305246)
@@ -8,7 +8,7 @@
 _srcname=linux-4.13
 _zenpatch=zen-4.13-e8987ea24eacd7c62395a72c56c009c790488c72.diff
 pkgver=4.13
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel"
 license=('GPL2')
@@ -189,7 +189,7 @@
   find . -name Kconfig\* -exec install -Dm644 {} "${_builddir}/{}" \;
 
   # add objtool for external module building and enabled VALIDATION_STACK option
-  if [[ -e tools/objtools/objtool ]]; then
+  if [[ -e tools/objtool/objtool ]]; then
     install -Dt "${_builddir}/tools/objtool" tools/objtool/objtool
   fi
 



More information about the arch-commits mailing list