Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
bootstrap: Add src/constraints.txt etc. to configure tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 22, 2020
1 parent bae1a82 commit 4fb30a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ save () {
# Create configure tarball
echo "Creating $NEWCONFBALL..."
mkdir -p upstream
tar zcf "$NEWCONFBALL" configure config/* build/make/Makefile-auto.in src/doc/en/installation/*.txt
tar zcf "$NEWCONFBALL" configure config/* build/make/Makefile-auto.in src/requirements.txt src/constraints.txt src/install-requires.txt src/doc/en/installation/*.txt

# Update version
echo "$NEWCONFVERSION" >$PKG/package-version.txt
Expand Down

0 comments on commit 4fb30a6

Please sign in to comment.