We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58a339 commit 187eb78Copy full SHA for 187eb78
steps/coreutils-9.4/pass1.sh
@@ -11,6 +11,9 @@ regenerate_files() {
11
touch ChangeLog
12
cp ../gnulib-bb5bb43/build-aux/po/Makefile.in.in po/Makefile.in.in
13
14
+ rm man/help2man
15
+ ln -s /usr/bin/help2man man/
16
+
17
# Remove pregenerated gnulib files
18
pushd ../gnulib-bb5bb43
19
rm lib/uniwidth/width*.h
@@ -23,6 +26,8 @@ regenerate_files() {
23
26
VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//')
24
27
echo "$VERSION" > .tarball-version
25
28
29
+ rm gl/tests/test-rand-isaac.c
30
31
# We don't have autopoint from gettext yet.
32
AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
33
}
0 commit comments