Skip to content

Commit

Permalink
rm before mkdir to ensure fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 21, 2024
1 parent ffd6673 commit 594be77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/install_imagequant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ else
sudo cp usr/include/libimagequant.h /usr/include/

# Copy to cache
rm -rf ~/cache-$archive_name
mkdir ~/cache-$archive_name
cp usr/lib/libimagequant.so* ~/cache-$archive_name/
cp usr/include/libimagequant.h ~/cache-$archive_name/
Expand Down

0 comments on commit 594be77

Please sign in to comment.