build: let sed use posix ERE instead of GNU extension
authorNatanael Copa <ncopa@alpinelinux.org>
Mon, 22 Jun 2015 12:09:17 +0000 (14:09 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 22 Jun 2015 14:23:57 +0000 (11:23 -0300)
commite414d087d90e0a6d77a12de5d4064bde5e6f116c
treeafc5bde78fde22833adccbf5104a3d329c1f7635
parent114ec87c85c35a2bd3682f9f891e494127be6fb5
build: let sed use posix ERE instead of GNU extension

Use POSIX Extended Regular Expression (ERE) instead of the GNU extension
\| in the install-exec-hook. This makes it create the symlink properly
with busybox sed built with musl libc. It will silently create a broken
symlink otherwise.

Lucas De Marchi:  fix up added newline.
Makefile.am