No need to compress .deps files into package archive. Thaw update allows .deps to be downloaded from repo mirror
This commit is contained in:
parent
341347dda4
commit
7c24748e38
@ -32,10 +32,6 @@ case $1 in
|
|||||||
|
|
||||||
cd $tmpdir/..
|
cd $tmpdir/..
|
||||||
|
|
||||||
if [ -f "deps/${1}.deps" ]; then
|
|
||||||
cp deps/$1.deps $tmpdir/
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "deps/${1}.exec" ]; then
|
if [ -f "deps/${1}.exec" ]; then
|
||||||
cp deps/$1.exec $tmpdir/execute.sh
|
cp deps/$1.exec $tmpdir/execute.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user