Fix for contrib/make_deb.bash on Ubuntu 16.04

The Makefile had tabs in a few places, which tripped up sed. This
version should still work in debian, while also working in Xenial.
This commit is contained in:
Eric Wollesen 2016-12-13 20:36:12 -07:00
parent 8e351e8285
commit 0ecbc004a0

View File

@ -113,7 +113,7 @@ function main {
## FIXME: make a patch ## FIXME: make a patch
echo "Disabling copying the README file to the doc directory" echo "Disabling copying the README file to the doc directory"
sed -r -i 's,(install -m [0-9]+ \.\./README\.asciidoc .+),#\1,' "${DIR_KAKOUNE}/Makefile" sed -r -i 's,(install.*\.\./README\.asciidoc.+),#\1,' "${DIR_KAKOUNE}/Makefile"
## FIXME: make a patch ## FIXME: make a patch
echo "Setting the prefix of the installation procedure" echo "Setting the prefix of the installation procedure"