Date: Sunday, February 14, 2016 @ 12:46:47 Author: arojas Revision: 259299
Really fix FS#48170 Modified: libindi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-14 11:30:54 UTC (rev 259298) +++ PKGBUILD 2016-02-14 11:46:47 UTC (rev 259299) @@ -5,7 +5,7 @@ pkgname=libindi pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A distributed control protocol designed to operate astronomical instrumentation" url="http://www.indilib.org/index.php?title=Main_Page" license=(GPL2) @@ -18,7 +18,7 @@ prepare() { mkdir -p build - sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i ${pkgname}_$pkgver/drivers/focuser/*.rules + sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i ${pkgname}_$pkgver/drivers/*/*.rules } build() {
