From 2314721a3c3dc6ec4e7d329482c7560bd6cd79ba Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 6 Dec 2018 12:22:18 -0200 Subject: [PATCH] ckb-next: move udev rules to /usr/lib/udev/rules.d \#5472 --- srcpkgs/ckb-next/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ckb-next/template b/srcpkgs/ckb-next/template index 948bccf7743..eae9816eb5d 100644 --- a/srcpkgs/ckb-next/template +++ b/srcpkgs/ckb-next/template @@ -1,7 +1,7 @@ # Template file for 'ckb-next' pkgname=ckb-next version=0.3.2 -revision=1 +revision=2 build_style=cmake configure_args="-DDISABLE_UPDATER=1" hostmakedepends="qt5-devel" @@ -10,9 +10,12 @@ short_desc="Corsair RGB Driver for Linux" maintainer="Andrea Brancaleoni " license="GPL-2.0-or-later" homepage="https://github.com/ckb-next/ckb-next" -distfiles="$homepage/archive/v$version.tar.gz" +distfiles="${homepage}/archive/v${version}.tar.gz" checksum=4a1a91610353189e827985108621ad92fb8336a322bd70a3733775251d735c31 post_install() { vsv ckb-next-daemon + + vmkdir usr/lib/udev/rules.d + mv ${DESTDIR}/etc/udev/rules.d/* ${DESTDIR}/usr/lib/udev/rules.d }