From 650b2e216aff9113edc12c5724beca4c26c1890d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 18 Aug 2020 10:48:00 +0100 Subject: [PATCH] Allow building 0ad as root/fakeroot Forwarded: not-needed Last-Update: 2014-10-13 Gbp-Pq: Name allow-build-with-root.patch --- build/workspaces/update-workspaces.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/workspaces/update-workspaces.sh b/build/workspaces/update-workspaces.sh index e7764b4..b58987d 100755 --- a/build/workspaces/update-workspaces.sh +++ b/build/workspaces/update-workspaces.sh @@ -1,10 +1,5 @@ #!/bin/sh -if [ "$(id -u)" = "0" ]; then - echo "Running as root will mess up file permissions. Aborting ..." 1>&2 - exit 1 -fi - die() { echo ERROR: $* -- 2.30.2