Fix autotools instalation with symbols
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>
Tue, 30 Mar 2010 15:20:55 +0000 (17:20 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 30 Mar 2010 15:23:23 +0000 (17:23 +0200)
commit31365deda785255b00a32f969a059e48b5832ea2
tree89e843592489147e95fec7e3b413549b64048e92
parentf220498f4b96c86b2d4ef7048f9c82f85c73d75c
Fix autotools instalation with symbols

Closes #1447

When installing without symbols install-strip is used,
with symbols - install-exec.
Since install-exec installs only executables, we should use
simple install, to install other needed files also
(like files in /usr/shared) as install-strip does.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/Makefile.autotools.in