From cade52d1ccfd43e4f8f6ebcc76eb54fba0132986 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 3 Sep 2021 20:06:54 +0300 Subject: [PATCH] misc: fix comment --- kiss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/kiss b/kiss index f675677..1aa888b 100755 --- a/kiss +++ b/kiss @@ -986,11 +986,10 @@ pkg_build() { # Give the script a modified environment. Define toolchain program # environment variables assuming a generic environment by default. # - # Define DESTDIR as GOPATH to sane defaults as their use is - # mandatory in anything using autotools, meson, cmake, etc. - # - # Define KISS_ROOT as the sanitized value used internally by the - # package manager. This is safe to join with other paths. + # Define DESTDIR and GOPATH to sane defaults as their use is mandatory + # in anything using autotools, meson, cmake, etc. Define KISS_ROOT as + # the sanitized value used internally by the package manager. This is + # safe to join with other paths. AR="${AR:-ar}" \ CC="${CC:-cc}" \ CXX="${CXX:-c++}" \