busybox: remove pod2man substitution.

This commit is contained in:
Juan RP 2011-11-15 20:40:22 +01:00
parent 1640da5688
commit 9b99c1e24d
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ fi
do_build()
{
cp -f ${FILESDIR}/dotconfig .config
sed -i "s|pod2|/usr/lib/perl5/core_perl/bin/pod2|g" Makefile.custom
make ${makejobs}
}