Fixed build issue in bash
This commit is contained in:
parent
a603b58877
commit
9ac2f654ea
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2013 Rubén Rodríguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2013-2016 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
|
||||
echo > tests/exec8.sub
|
||||
|
||||
changelog "Extended explanation for sudo_root, gnu.org #835148"
|
||||
|
||||
PARALLEL=false compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue