projects
/
0ad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7360723
)
Allow building 0ad as root/fakeroot
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 26 Oct 2022 20:13:38 +0000
(21:13 +0100)
committer
Scott Talbert
<swt@techie.net>
Wed, 26 Oct 2022 20:13:38 +0000
(21:13 +0100)
Forwarded: not-needed
Last-Update: 2014-10-13
Gbp-Pq: Name allow-build-with-root.patch
build/workspaces/update-workspaces.sh
patch
|
blob
|
history
diff --git
a/build/workspaces/update-workspaces.sh
b/build/workspaces/update-workspaces.sh
index 0067ad21283236b29b7d5cecffa333820016de77..04896598f29cfbb561f4730cb0ae9174dc46d536 100755
(executable)
--- 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: $*