mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -8,6 +8,8 @@ inherit systemd
|
||||
DESCRIPTION="USB tethering on Pine64/ConfigFS systems"
|
||||
HOMEPAGE="https://github.com/dreemurrs-embedded/Pine64-Arch"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm64"
|
||||
@@ -18,8 +20,6 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
exeinto "/usr/lib/danctnix"
|
||||
doexe "${FILESDIR}/usb-tethering"
|
||||
|
||||
Reference in New Issue
Block a user