From: Rico Tzschichholz Date: Sun, 8 Jan 2023 08:21:57 +0000 (+0000) Subject: Allow building 0ad as root/fakeroot X-Git-Tag: archive/raspbian/0.0.26-3+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7971eff0a632d90d515500a79b885aa5e9aec73;p=0ad.git Allow building 0ad as root/fakeroot Forwarded: not-needed Last-Update: 2014-10-13 Gbp-Pq: Name allow-build-with-root.patch --- diff --git a/build/workspaces/update-workspaces.sh b/build/workspaces/update-workspaces.sh index 0067ad2..0489659 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: $*