slackbuilds/development/gprolog
Erik Falor 9cb04b7a71 development/gprolog: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-03-06 01:58:37 +07:00
..
README development/gprolog: Fix typos in README 2010-11-22 19:40:03 +01:00
gprolog.SlackBuild development/gprolog: New maintainer. 2018-03-06 01:58:37 +07:00
gprolog.info development/gprolog: New maintainer. 2018-03-06 01:58:37 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

The gprolog configure script appears to ignore the exec-prefix
information handed to it which indicates where compiled binaries
should be installed. It insists on installing everything into
/usr/gprolog-$VERSION/ and then creating symlinks in /usr/bin.

This script will correct this by moving the files in
/usr/gprolog-$VERSION to their proper places in /usr,
ie: binaries are placed in /usr/bin, libraries in /usr/lib or
/usr/lib64 and documentation in /usr/doc/gprolog-$VERSION.