Skip to content

Commit

Permalink
Work on build-tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Jun 9, 2024
1 parent 043f919 commit 173954a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ set -e
git clone --depth 1 https://git.savannah.gnu.org/git/"$package".git
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git
export GNULIB_SRCDIR=`pwd`/gnulib
cd "$package"
# Force use of the newest gnulib.
rm -f .gitmodules

# Apply patches.
(cd "$package" && patch -p1 < ../patches/0001-tight-scope.patch)

cd "$package"
# Force use of the newest gnulib.
rm -f .gitmodules

# Fetch extra files and generate files (uses packages wget, python3, automake, autoconf, m4).
date --utc --iso-8601 > .tarball-version
./bootstrap --no-git --gnulib-srcdir="$GNULIB_SRCDIR"
Expand Down

0 comments on commit 173954a

Please sign in to comment.