From: Rico Tzschichholz Date: Mon, 28 Mar 2022 11:29:22 +0000 (+0100) Subject: Allow building 0ad as root/fakeroot X-Git-Tag: archive/raspbian/0.0.25b-2+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99ab9dc6bfb8b0cdbe7df2188b420abbc58ee2f1;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 e266660..ea9729c 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: $*