freebsd-ports/games/0ad/files/patch-build_workspaces_update-workspaces.sh
Guido Falsi 0af4f51197 - Update 0ad to Alpha 23 Ken Wood
- Make build verbose
- Rename patches to follow new naming convention
- New version requires WxGTK 3.0 minimum
- Add missing dependency on desktop-file-utils
2018-07-05 09:57:06 +00:00

13 lines
295 B
Bash

--- build/workspaces/update-workspaces.sh.orig 2014-09-20 19:02:24 UTC
+++ 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: $*