diff --git a/steps/coreutils-9.4/pass1.sh b/steps/coreutils-9.4/pass1.sh index f4690da1..dbd7d994 100755 --- a/steps/coreutils-9.4/pass1.sh +++ b/steps/coreutils-9.4/pass1.sh @@ -11,6 +11,9 @@ regenerate_files() { touch ChangeLog cp ../gnulib-bb5bb43/build-aux/po/Makefile.in.in po/Makefile.in.in + rm man/help2man + ln -s /usr/bin/help2man man/ + # Remove pregenerated gnulib files pushd ../gnulib-bb5bb43 rm lib/uniwidth/width*.h @@ -23,6 +26,8 @@ regenerate_files() { VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//') echo "$VERSION" > .tarball-version + rm gl/tests/test-rand-isaac.c + # We don't have autopoint from gettext yet. AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi }