From 4b3430f30166b71f98fff95a1ed5ed964dcdbf10 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 29 Jan 2020 09:05:12 +0200 Subject: [PATCH] kiss: Allow user to force kiss to run as root --- contrib/kiss-chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/kiss-chroot b/contrib/kiss-chroot index 98cb488..c89271a 100755 --- a/contrib/kiss-chroot +++ b/contrib/kiss-chroot @@ -47,6 +47,7 @@ main() { TERM="$TERM" \ SHELL=/bin/sh \ USER=root \ + KISS_ASROOT=1 \ CFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \ CXXFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \ MAKEFLAGS="-j$(nproc 2>/dev/null || echo 1)" \