mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
4ee1ce994a
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
9 lines
482 B
Text
9 lines
482 B
Text
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.
|