kiss: don't set PREFIX (we don't hardcode /usr anywhere else)

This commit is contained in:
Dylan Araps 2021-07-18 05:17:02 +03:00
parent b006ffa670
commit e65148db9f
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 1 deletions

1
kiss
View File

@ -910,7 +910,6 @@ pkg_build() {
DESTDIR="$pkg_dir/$1" \
GOPATH="$PWD/go" \
KISS_ROOT="$KISS_ROOT" \
PREFIX=/usr \
\
"$repo_dir/build" "$pkg_dir/$1" "$repo_ver" 2>&1 || {
log "$1" "Build failed"