Skip to content

Commit

Permalink
Merge pull request #138 from janciesko/update_script
Browse files Browse the repository at this point in the history
Add removal of configure~ file in package script
  • Loading branch information
janciesko committed Aug 29, 2023
2 parents dd7216f + 8e72280 commit ba3ffd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ cd $base_dir_name-$tag
cd .. #config dir
echo "Removing hidden files"
rm -rf .[a-z]*
rm -rf configure~
echo "Update .autogen-version"
rm -rf .autogen-version
echo "$tag" > .autogen-version
Expand Down

0 comments on commit ba3ffd1

Please sign in to comment.