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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jun 16 18:43:12 UTC 2014


    Date: Monday, June 16, 2014 @ 20:43:11
  Author: tpowa
Revision: 215212

#39545 fix building in chroot

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-16 18:22:50 UTC (rev 215211)
+++ PKGBUILD	2014-06-16 18:43:11 UTC (rev 215212)
@@ -67,7 +67,7 @@
   cd "${srcdir}/lirc-${pkgver}"
 
   PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
-      --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
+      --with-driver=all --with-kerneldir=/usr/lib/modules/${_kernver}/build/ \
       --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
       --sbindir=/usr/bin --with-transmitter
 




More information about the arch-commits mailing list