]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: tell content of lib should be in lib64 for Android
authorVincent Bernat <vincent@bernat.ch>
Thu, 28 Jan 2021 11:54:23 +0000 (12:54 +0100)
committerVincent Bernat <vincent@bernat.ch>
Thu, 28 Jan 2021 11:54:23 +0000 (12:54 +0100)
README.md

index 05698684ea4eea437b29fd202b687845d5cd3452..a13457c78b103e81b89f32378418da7f5b912ba9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ Then, you can build `lldpd` with the following commands:
     make install DESTDIR=$PWD/install
 
 Then, copy `install/system/bin/*` to `/system/bin` on the target
-system and `install/system/lib/*.so*` to `/system/lib` on the target
+system and `install/system/lib/*.so*` to `/system/lib64` on the target
 system. You may need to create `/data/data/lldpd` as well.
 
 [Android NDK]: https://developer.android.com/ndk