summaryrefslogtreecommitdiffstats
path: root/development/gprolog/README
blob: 9f3f9b381a61dd9608e8b41956a749b3fcc63fb6 (plain)
1
2
3
4
5
6
7
8
9
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.