[arch-commits] Commit in linuxconsole/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Fri Apr 3 13:59:04 UTC 2015
Date: Friday, April 3, 2015 @ 15:59:04
Author: spupykin
Revision: 130562
Modified:
linuxconsole/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-03 12:26:17 UTC (rev 130561)
+++ PKGBUILD 2015-04-03 13:59:04 UTC (rev 130562)
@@ -4,7 +4,7 @@
pkgname=linuxconsole
pkgver=1.4.7
-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|/usr/local/|/usr/|g' utils/jscal-{,re}store
+}
+
build() {
cd "${srcdir}"/linuxconsoletools-$pkgver
make
More information about the arch-commits
mailing list