aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2010-12-05 21:26:48 +0000
committerLinus Walleij <triad@df.lth.se>2010-12-05 21:26:48 +0000
commit925cd4581c49450ca6987d23d6a24df2df7e915e (patch)
treedadc25110d9dfbf88895fc6cd2d98107984f45aa /INSTALL
parente8305d84a1b4072c98829ca58e8724d123058e2e (diff)
downloadlibmtp-925cd4581c49450ca6987d23d6a24df2df7e915e.tar.gz
Force mtp-probe into /lib/udev...
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 64bd2b8..40f373e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -87,7 +87,7 @@ BASIC BUILD PROCEDURE
To build the package:
- % ./configure --libexecdir=/lib/udev
+ % ./configure
% make
% make install
@@ -97,11 +97,10 @@ makes libmtp sample programs avoid collision with other programs like
sox' "play" program. If the default prefix for some reason fail,
try to tag on "--program-prefix=mtp-" to the "configure" command.
-The "--libexecdir=/lib/udev" parameter is a Linux pecularity to
+The "libexedir" in the configure file is hardcoded to /lib/udev to
make the mtp-probe (which is built for Linux only) install into
-that directory. Library executables are executables bound to the
-library and for udev programs this specific directory shall hold
-such executables.
+that directory. This is the only location that makes sens for this
+executable.
if you want to install the documentation type: