From: Rico Tzschichholz Date: Sun, 13 Nov 2016 06:57:56 +0000 (+0000) Subject: Allow building 0ad as root/fakeroot X-Git-Tag: archive/raspbian/0.0.25b-1.1+rpi1~1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f2ac440b67d3581afd15879213888bc97c85c3bb;p=0ad.git Allow building 0ad as root/fakeroot Forwarded: no 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 ba55be2..cd276f6 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: $*