diff --git a/helpers/make-bash b/helpers/make-bash index e1ff36cb52f11d5a3a6812617e17ac69015c1dbd..513e38d9acb9db17c6a029d90124d83aa3b4ec59 100644 --- a/helpers/make-bash +++ b/helpers/make-bash @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2013-2017 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,6 +23,9 @@ VERSION=1 sed '/To run a command as administrator/s/$/\n\tTo become root use "sudo -i"./' debian/etc.bash.bashrc +# Hack to fix build failures in flidas. TODO: fix the problem properly +sed '/exec8.sub/d' -i tests/execscript + changelog "Extended explanation for sudo_root, gnu.org #835148" PARALLEL=false compile