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

Sergej Pupykin spupykin at archlinux.org
Fri Jan 29 08:20:36 UTC 2016


    Date: Friday, January 29, 2016 @ 09:20:35
  Author: spupykin
Revision: 159406

upgpkg: linuxconsole 1.4.9-2

upd

Modified:
  linuxconsole/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-29 08:12:13 UTC (rev 159405)
+++ PKGBUILD	2016-01-29 08:20:35 UTC (rev 159406)
@@ -4,7 +4,7 @@
 
 pkgname=linuxconsole
 pkgver=1.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of utilities for joysticks and serial devices"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/linuxconsole/"
@@ -22,6 +22,11 @@
          'c19b9ed38b243191cf5378b87a42a4cc'
          '7dd0690a9d2fe5e1052900650906e273')
 
+prepare() {
+  cd "${srcdir}"/linuxconsoletools-$pkgver
+  sed -i 's|lib/udev|usr/lib/udev|g' utils/Makefile
+}
+
 build() {
   cd "${srcdir}"/linuxconsoletools-$pkgver
   make PREFIX=/usr



More information about the arch-commits mailing list