Files
main/game/strategy/0ad/files/fix_permission.patch
2019-10-30 00:43:29 +03:00

13 lines
358 B
Diff

--- 0ad-0.0.17-alpha.orig/build/workspaces/update-workspaces.sh 2014-09-25 04:54:58.000000000 +0300
+++ 0ad-0.0.17-alpha/build/workspaces/update-workspaces.sh 2014-11-18 18:22:23.846062170 +0200
@@ -1,9 +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()
{