mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
sdrtrunk: more pkgcheck fixes
This commit is contained in:
parent
e03bffaeaf
commit
db56a971a2
2 changed files with 1 additions and 14 deletions
|
|
@ -1,13 +0,0 @@
|
|||
allprojects {
|
||||
repositories {
|
||||
if ('allow' == System.properties['build.network_access']) {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
} else {
|
||||
maven {
|
||||
url "WORK_DIR/dependencies"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -63,5 +63,5 @@ src_compile() {
|
|||
src_install() {
|
||||
dodir /opt/sdrtrunk/
|
||||
cp -R ./build/image/* "${ED}"/opt/sdrtrunk/
|
||||
dosym "${EPREFIX}"/opt/sdrtrunk/bin/sdr-trunk /usr/bin/sdr-trunk
|
||||
dosym ../../"${EPREFIX}"/opt/sdrtrunk/bin/sdr-trunk /usr/bin/sdr-trunk
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue