mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
somehow removed cp command before last checkin
This commit is contained in:
parent
1357cd0bd9
commit
18d6041ef1
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ filters=(
|
||||||
)
|
)
|
||||||
for repoPath in "${filters[@]}"; do
|
for repoPath in "${filters[@]}"; do
|
||||||
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/filters/assets\/ublock/'`
|
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/filters/assets\/ublock/'`
|
||||||
|
cp $repoPath $localPath
|
||||||
echo `md5sum $localPath` >> assets/checksums.txt
|
echo `md5sum $localPath` >> assets/checksums.txt
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -31,6 +32,7 @@ thirdparties=(
|
||||||
)
|
)
|
||||||
for repoPath in "${thirdparties[@]}"; do
|
for repoPath in "${thirdparties[@]}"; do
|
||||||
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/thirdparties/assets\/thirdparties/'`
|
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/thirdparties/assets\/thirdparties/'`
|
||||||
|
cp $repoPath $localPath
|
||||||
echo `md5sum $localPath` >> assets/checksums.txt
|
echo `md5sum $localPath` >> assets/checksums.txt
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue