[package] 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)
commitedced476cab82605d1164df3aae7795051ca5eaf
treeff234d10fe3a37f216b5cffdc5de02e715cb2bcf
parenta08febf54b763bacc8e625a93bc969aca1e359b1
[package] 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