Corrigé problème d'installation des man pages dans /share/man au lieu de /usr/share/man
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 26 Aug 2011 03:28:02 +0000 (03:28 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 26 Aug 2011 03:28:02 +0000 (03:28 +0000)
stage1/pkg/module-init-tools

index c3fea6a..fd571a8 100644 (file)
@@ -6,6 +6,7 @@ hvconfig_pre()
         --prefix=/ \
         --bindir=/bin \
         --sbindir=/sbin \
+        --mandir=/usr/share/man \
         --build=${CLFS_HOST} \
         --host=${CLFS_TARGET}"
 }