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 445b915 commit d00b2d6Copy full SHA for d00b2d6
build-tarball.sh
@@ -29,6 +29,7 @@ git clone https://git.savannah.gnu.org/git/"$package".git
29
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git
30
31
# Apply patches.
32
+(cd coreutils && rm -f gl/modules/link-tests.diff && sed -i -e '/link-tests.diff/d' gl/local.mk)
33
(cd coreutils && rm -f gl/modules/rename-tests.diff && sed -i -e '/rename-tests.diff/d' gl/local.mk)
34
#(cd "$package" && patch -p1 < ../patches/...)
35
0 commit comments