kaul84 / likwid

Automatically exported from code.google.com/p/likwid
GNU General Public License v3.0
1 stars 0 forks source link

sed error during build #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
$ svn update (to rev622)
$ make 
$ sudo make install
===> INSTALL access daemon to /usr/local/sbin/likwid-accessD
===> INSTALL setFrequencies tool to /usr/local/sbin/likwid-setFreq
===> INSTALL applications to /usr/local/bin
===> INSTALL helper applications
===> INSTALL lua to likwid interface to /usr/local/share/lua
===> INSTALL libraries to /usr/local/lib
===> INSTALL man pages to /usr/local/man/man1
sed: -e expression #3, char 13: unknown option to `s'

The problem occurs because $PREFIX contains a backslash (/usr/local), that 
needs to be escaped.

Original issue reported on code.google.com by martin.i...@gmail.com on 15 May 2015 at 12:14

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r623.

Original comment by Thomas.R...@googlemail.com on 15 May 2015 at 10:52