r15295 - packages/trunk/0ad/debian/patches

Vincent Cheng vcheng at moszumanska.debian.org
Tue Oct 14 04:00:17 UTC 2014


Author: vcheng
Date: 2014-10-14 04:00:17 +0000 (Tue, 14 Oct 2014)
New Revision: 15295

Added:
   packages/trunk/0ad/debian/patches/allow-build-with-root.patch
Log:
0ad: Add allow-build-with-root.patch to svn


Added: packages/trunk/0ad/debian/patches/allow-build-with-root.patch
===================================================================
--- packages/trunk/0ad/debian/patches/allow-build-with-root.patch	                        (rev 0)
+++ packages/trunk/0ad/debian/patches/allow-build-with-root.patch	2014-10-14 04:00:17 UTC (rev 15295)
@@ -0,0 +1,18 @@
+Description: Allow building 0ad as root/fakeroot
+Forwarded: no
+Author: Rico Tzschichholz <ricotz at ubuntu.com>
+Last-Update: 2014-10-13
+
+--- 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: $*




More information about the Pkg-games-commits mailing list