Skip to content

Commit 445b915

Browse files
committed
Work on build-tarball.
1 parent a6b11a7 commit 445b915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ git clone https://git.savannah.gnu.org/git/"$package".git
2929
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git
3030

3131
# Apply patches.
32+
(cd coreutils && rm -f gl/modules/rename-tests.diff && sed -i -e '/rename-tests.diff/d' gl/local.mk)
3233
#(cd "$package" && patch -p1 < ../patches/...)
3334

3435
export GNULIB_SRCDIR=`pwd`/gnulib

0 commit comments

Comments
 (0)