summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andrew Antle2010-11-06 16:13:36 +0100
committer Heinz Wiesinger2010-11-22 19:40:03 +0100
commit4ee1ce994a5e7d0deec36969bb4835986e0ec05f (patch)
tree09f727f34861dab3ff0e609661e05d0b3f74642a /development
parentd8b9d823c24e1b6fd4b47c3f64340b146edb7d38 (diff)
downloadslackbuilds-4ee1ce994a5e7d0deec36969bb4835986e0ec05f.tar.gz
development/gprolog: Fix typos in README
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/gprolog/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/development/gprolog/README b/development/gprolog/README
index 27077bd867..9f3f9b381a 100644
--- a/development/gprolog/README
+++ b/development/gprolog/README
@@ -1,10 +1,9 @@
-The gprolog configure script appears to ignore the execc-prefix
-information handed to it which indicates where compiled binaries
+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 propper places in /usr,
+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.
-