about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-02 12:03:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-02 12:03:55 +0000
commitce9ff0464794245986a60af2b70bdf01dff94f17 (patch)
treeb0d27cf1617366ee08a8ed061e7e8e0b9fe6eb75 /INSTALL
parent91035b6582847f551bddae5446def2bda697c75b (diff)
downloadexecline-ce9ff0464794245986a60af2b70bdf01dff94f17.tar.gz
execline-ce9ff0464794245986a60af2b70bdf01dff94f17.tar.xz
execline-ce9ff0464794245986a60af2b70bdf01dff94f17.zip
Even better.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index a3d2a5a..81d0e59 100644
--- a/INSTALL
+++ b/INSTALL
@@ -116,15 +116,15 @@ If $package_home is the home of the package, defined as
 DIR/package/$category/$package-$version with the variables
 read from the package/info file, then:
 
-  --dynlibdir is $package_home/library.so
-  --bindir is $package_home/command
-  --sbindir is also $package_home/command (slashpackage differentiates
-root-only binaries by their Unix rights, not their location in the
-filesystem)
-  --libexecdir is also $package_home/command (slashpackage does not
-need a specific directory for internal binaries)
-  --libdir is $package_home/library
-  --includedir is $package_home/include
+  --dynlibdir is set to $package_home/library.so
+  --bindir is set to $package_home/command
+  --sbindir is also set to $package_home/command (slashpackage
+differentiates root-only binaries by their Unix rights, not their
+location in the filesystem)
+  --libexecdir is also set to $package_home/command (slashpackage
+does not need a specific directory for internal binaries)
+  --libdir is set to $package_home/library
+  --includedir is set to $package_home/include
 
  --prefix is pretty much ignored when you use --enable-slashpackage.
 You should probably not use both --enable-slashpackage and --prefix.