]> www.infradead.org Git - mtd-www.git/commitdiff
UBIFS: fix uuid library package name
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 2 Feb 2010 16:29:06 +0000 (18:29 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 2 Feb 2010 16:29:06 +0000 (18:29 +0200)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
faq/ubifs.xml

index 400b5058fa34627964650bc2deeb7698c4eebff0..52c4c9cca45228f5c00d2718b34af70b0465a637 100644 (file)
@@ -600,10 +600,10 @@ written once and only once after the erasure. If you use
 <i>uuid</i> libraries. The former two are used for compressing the data, and the
 latter one is used for generating <i>universally unique ID number</i> for the
 file-system. In Fedora install <code>zlib-devel</code>, <code>lzo-devel</code>,
-and <code>uuid-devel</code>. Old Fedora distributions had the <i>uuid</i>
-library in the <code>e2fsprogs-devel</code> package. In Debian install
-<code>zlib1g-dev</code>, <code>liblzo2-dev</code> and <code>uuid-dev</code>
-packages.</p>
+and <code>libuuid-devel</code>. Old Fedora distributions (Fedora 11 and
+earlier) had the <i>uuid</i> library in the <code>e2fsprogs-devel</code>
+package. In Debian install <code>zlib1g-dev</code>, <code>liblzo2-dev</code>
+and <code>uuid-dev</code> packages.</p>
 
 <p>Note, <a href="../faq/general.html#L_compile_mtd">this</a> section provides
 information about other dependencies in the  <code>mtd-utils</code> tree.</p>