summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Keen2017-08-23 21:57:22 -0400
committerKyle Keen2017-08-23 21:57:22 -0400
commitd031b5141e9482a16c9760aa799995b0b0d3b9eb (patch)
tree6bf91533b775dc06b39c33c781d32070db287396 /PKGBUILD
parentd6725f9b2a3751cb89a89e568c70d0aa2eb4830c (diff)
downloadaur-gnuradio-osmosdr-gqrx-git.tar.gz
tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf4757feca65..8f29ea2bf71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,9 @@ pkgver() {
prepare() {
cd "$srcdir/$_pkgname"
sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+
+ # make it work with the old drivers
+ sed -i 's/rtlsdr_set_bias_tee.*;/0;/' lib/rtl/rtl_source_c.cc
}
build() {