Date: Friday, January 16, 2015 @ 02:12:59
  Author: thestinger
Revision: 125974

fix discrepency with core/linux

Modified:
  linux-grsec/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-01-15 19:10:52 UTC (rev 125973)
+++ PKGBUILD    2015-01-16 01:12:59 UTC (rev 125974)
@@ -324,6 +324,7 @@
 pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")
 for _p in ${pkgname[@]}; do
   eval "package_${_p}() {
+    $(declare -f "_package${_p#${pkgbase}}")
     _package${_p#${pkgbase}}
   }"
 done

Reply via email to