diff --git a/srcpkgs/librtlsdr/template b/srcpkgs/librtlsdr/template index fff974b0d4f..b473e396018 100644 --- a/srcpkgs/librtlsdr/template +++ b/srcpkgs/librtlsdr/template @@ -6,7 +6,7 @@ build_style=cmake maintainer="Carlo Dormeletti " homepage="http://sdr.osmocom.org/trac/wiki/rtl-sdr" license="GPL-2" -short_desc="turns your Realtek RTL2832 based DVB dongle into a SDR receiver" +short_desc="Turns your Realtek RTL2832 based DVB dongle into a SDR receiver" hostmakedepends="pkg-config" makedepends="libusb-devel" distfiles="https://github.com/steve-m/${pkgname}/archive/v${version}.tar.gz" @@ -30,6 +30,6 @@ rtl-sdr_package() { } } -post_install(){ +post_install() { vinstall rtl-sdr.rules 644 usr/lib/udev/rules.d 53-rtl-sdr.rules }