X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fcis-tftp-hpa;h=555aeb58a63966dabcbca5ef9f294c9223d826cf;hb=d9b6d06a1d66ad40d61192ef241a1c41f83a8047;hp=987a8b97656f39d8f0f18bbb6ec7a826e123dff7;hpb=a6183886615a6aec065c383b9604ba2a0c0499e4;p=hvlinux.git diff --git a/stage3/cis-tftp-hpa b/stage3/cis-tftp-hpa index 987a8b9..555aeb5 100755 --- a/stage3/cis-tftp-hpa +++ b/stage3/cis-tftp-hpa @@ -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 &&