diff options
| author | Maxime Coste <mawww@kakoune.org> | 2016-12-14 20:52:26 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2016-12-14 20:52:26 +0000 |
| commit | f0db3607ed996a96e1037cb1b7c1fe1c5259ecb0 (patch) | |
| tree | c6f9312a196b726a027e5cd5f2309b6250be9b66 | |
| parent | 2969c376a16e65adb3c02f72d7441665d8e51e03 (diff) | |
| parent | 0ecbc004a0c552533e0827474b5ba65c768f6335 (diff) | |
Merge git://github.com/ewollesen/kakoune
| -rwxr-xr-x | contrib/make_deb.bash | 2 |
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" |
