change sigscheme lib installation directory
authorFlorian Fainelli <florian@openwrt.org>
Mon, 18 Oct 2010 20:45:55 +0000 (20:45 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 18 Oct 2010 20:45:55 +0000 (20:45 +0000)
commit64a58c04d11de47d6d1a128fbaf22d3ae23fb305
tree7edc649d46731613bd07ba32ecda93f40cde8762
parent5392435d3467c327ddf701e4635444869ee4040f
change sigscheme lib installation directory

This patch installs the lib files for sigscheme (.scm files) in
/usr/share/sigscheme/lib instead of /usr/lib/sigscheme/lib.

If installed in another location, sigscheme can't find them and
refuses to start.

Another way to tackle the problem would be to make sigscheme look
for the .scm files in /usr/lib/sigscheme (the trailinig /lib seems
more than a bit superfluous), but that would require patching
configure.ac, which is probably more trouble than it's worth.

Signed-off-by: Andrea Bolognani <eof@kiyuko.org>
SVN-Revision: 23522
lang/sigscheme/Makefile