Skip to content

Commit

Permalink
ccache-compress: nem kell tar.xz és tar.gz egyszerre
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Jun 5, 2018
1 parent d9a3409 commit e1d5fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/steps/ccache-compress
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ else
fi
mv "$UHUBUILD_CCACHE_DIR/.${UB_SOURCENAME}_ccache.tar.xz.tmp" "$UHUBUILD_CCACHE_DIR/${UB_SOURCENAME}_ccache.tar.xz"

if [ -f "$UHUBUILD_CCACHE_DIR/${UB_SOURCENAME}_ccache.tar.gz" ]; then
rm -f "$UHUBUILD_CCACHE_DIR/${UB_SOURCENAME}_ccache.tar.gz"
fi

rm -f "$UB_ADMINDIR/.ccache_extracted"

0 comments on commit e1d5fba

Please sign in to comment.