Skip to content

Commit 8e72280

Browse files
author
Ciesko
committed
Add removal of configure~ file in package script
1 parent dd7216f commit 8e72280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ cd $base_dir_name-$tag
7070
cd .. #config dir
7171
echo "Removing hidden files"
7272
rm -rf .[a-z]*
73+
rm -rf configure~
7374
echo "Update .autogen-version"
7475
rm -rf .autogen-version
7576
echo "$tag" > .autogen-version

0 commit comments

Comments
 (0)