File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ install:
5252# Setup init system
5353 install -m 0644 radio.sysusers $(DESTDIR)$(sysusersdir)/radio.conf
5454# Setup kernel configuration
55- install $(SYSCTL) $(DESTDIR)$(sysctldir)
56- install $(BLACKLIST) $(DESTDIR)$(modprobedir)
55+ install -m 0644 $(SYSCTL) $(DESTDIR)$(sysctldir)
56+ install -m 0644 $(BLACKLIST) $(DESTDIR)$(modprobedir)
5757# Setup log rotation
5858 install -m 0644 $(LOGROTATE_FILES) $(DESTDIR)$(logrotatedir)
5959# Configure HFDL
60- install systable.conf $(DESTDIR)$(hfdllibdir)
61- install start-hfdl.sh $(DESTDIR)$(sbindir)
60+ install -m 0644 systable.conf $(DESTDIR)$(hfdllibdir)
61+ install -m 0755 start-hfdl.sh $(DESTDIR)$(sbindir)
6262# Configure cron jobs
6363 install -m 0644 ka9q-cleanups $(DESTDIR)$(crondir)
6464# Configure scripts
65- install $(SCRIPTS) $(DESTDIR)$(bindir)
65+ install -m 0755 $(SCRIPTS) $(DESTDIR)$(bindir)
6666
6767
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Depends:
2222 ${misc:Depends},
2323 libcat2-bin, systemd, udev
2424Description: ka9q-radio SDR package
25- Multichannel software-defined radio "spectrum server" with multicast control and data
25+ Multichannel software-defined radio "spectrum server"
26+ with multicast control and data
2627
2728Package: ka9q-radio-airspy
2829Architecture: any
@@ -76,7 +77,8 @@ Package: ka9q-radio-rx888
7677Architecture: any
7778Depends: ${shlibs:Depends}, ${misc:Depends}, ka9q-radio (= ${binary:Version})
7879Description: RX-888 MkII device plugin for ka9q-radio
79- ka9q-radio plugin for the RX-888 MkII direct sampling HF-6m SDR front end (no VHF/UHF support)
80+ ka9q-radio plugin for the RX-888 MkII direct sampling HF-6m
81+ SDR front end (no VHF/UHF support)
8082
8183#Package: ka9q-radio-sdrplay
8284#Architecture: any
You can’t perform that action at this time.
0 commit comments