diff --git a/mullvad-vpn-daemon/APKBUILD b/mullvad-vpn-daemon/APKBUILD index 6666ec8..0a12a15 100644 --- a/mullvad-vpn-daemon/APKBUILD +++ b/mullvad-vpn-daemon/APKBUILD @@ -53,8 +53,8 @@ prepare() { } build() { - # Specify `--target` so that the build artifacts ends up in target//release to - # avoid clashes with host system when running in a container with a mounted target folder. + # Specify `--target` so that build artifacts will end up in target//release + # This avoids clashes with host system when running in a container with a mounted target folder. # Compile all binaries cargo auditable build --release --locked \