summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2010-12-05 21:27:52 +0000
committerLinus Walleij <triad@df.lth.se>2010-12-05 21:27:52 +0000
commitf430680a7a075ba215ea35cc8f7e37438f4b7e64 (patch)
tree4ec2c5d5f96352d2896130ced8f0426c04fb59a9 /ChangeLog
parent925cd4581c49450ca6987d23d6a24df2df7e915e (diff)
downloadlibmtp-f430680a7a075ba215ea35cc8f7e37438f4b7e64.tar.gz
Update forcing changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 2 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e132ace..cd358aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,13 +14,9 @@
* configure.ac: drop the default "mtp-*" prefixing of all
programs, instead I have renamed the executables.
* Makefile.am: install the mtp-probe script in the
- libexecdir, notice that it's a good idea to pass the
- default udev dir as the libexecdir with:
-
- ./configure --libexecdir=/lib/udev
-
+ libexecdir, and FORCE this to be /lib/udev.
We now also install the udev rules to
- $libexecdir/rules.d, in the normal case thus will
+ $libexecdir/rules.d, which is thus also forced to
be /lib/udev/rules.d.
2010-12-01 Linus Walleij <triad@df.lth.se>