fix_permission.patch 358 B

12345678910111213
  1. --- 0ad-0.0.17-alpha.orig/build/workspaces/update-workspaces.sh 2014-09-25 04:54:58.000000000 +0300
  2. +++ 0ad-0.0.17-alpha/build/workspaces/update-workspaces.sh 2014-11-18 18:22:23.846062170 +0200
  3. @@ -1,9 +1,5 @@
  4. #!/bin/sh
  5. -if [ "$(id -u)" = "0" ]; then
  6. - echo "Running as root will mess up file permissions. Aborting ..." 1>&2
  7. - exit 1
  8. -fi
  9. die()
  10. {