summaryrefslogtreecommitdiff
path: root/contrib/make_deb.bash
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/make_deb.bash')
-rwxr-xr-xcontrib/make_deb.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/make_deb.bash b/contrib/make_deb.bash
index 02199b48..26214fdd 100755
--- a/contrib/make_deb.bash
+++ b/contrib/make_deb.bash
@@ -113,7 +113,7 @@ function main {
## FIXME: make a patch
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
echo "Setting the prefix of the installation procedure"