Revenu à ancienne méthode pour afficher les checkbox
[hvlinux.git] / stage3 / cis-tftp-hpa
index 987a8b9..555aeb5 100755 (executable)
@@ -14,10 +14,12 @@ CONFIGURE_OPTS=${*}
 # Applying patches (if any)
 apply_patches ${PACKAGE} &&
 
+# Need to specify mandir manually because of a stupid programming error in tftpd sources...
 cd ${LFS_TMP}/${PACKAGE} &&
 ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
+    --mandir=/usr/man \
     --without-tcpwrappers \
     ${CONFIGURE_OPTS} &&
 make &&