Skip to content

Commit

Permalink
fix packaging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Apr 26, 2017
1 parent 5a14d79 commit 0420240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taxonkit/packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ for f in taxonkit_*; do
mkdir -p $dir/$f;
mv $f $dir/$f;
cd $dir/$f;
brename -s '_[^\.]+';
# https://github.com/shenwei356/brename/
brename -p '_[^\.]+';
tar -zcf $f.tar.gz taxonkit*;
mv *.tar.gz ../;
cd ..;
Expand Down

0 comments on commit 0420240

Please sign in to comment.