mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Create pkg and mirrors if the dirs don't exist
This commit is contained in:
parent
2914026379
commit
f3995a3063
@ -55,6 +55,8 @@ endif
|
|||||||
fetchshare:
|
fetchshare:
|
||||||
-(rm ./share/pkg/*)
|
-(rm ./share/pkg/*)
|
||||||
-(rm ./share/mirrors/* -r)
|
-(rm ./share/mirrors/* -r)
|
||||||
|
if [ ! -d "./share/pkg" ]; then mkdir ./share/pkg; fi
|
||||||
|
if [ ! -d "./share/mirrors" ]; then mkdir ./share/mirrors; fi
|
||||||
cp ../../dist_archive/rns-*-py3-none-any.whl ./share/pkg/
|
cp ../../dist_archive/rns-*-py3-none-any.whl ./share/pkg/
|
||||||
cp ../../dist_archive/rnspure-*-py3-none-any.whl ./share/pkg/
|
cp ../../dist_archive/rnspure-*-py3-none-any.whl ./share/pkg/
|
||||||
cp ../../dist_archive/lxmf-*-py3-none-any.whl ./share/pkg/
|
cp ../../dist_archive/lxmf-*-py3-none-any.whl ./share/pkg/
|
||||||
|
Loading…
Reference in New Issue
Block a user