fixup! script for making mirror
This commit is contained in:
parent
045a7f13b9
commit
f4965ab288
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/sh
|
#!/usr/bin/sh
|
||||||
|
|
||||||
|
git pull
|
||||||
|
|
||||||
mkdir -p tonitch
|
mkdir -p tonitch
|
||||||
export PKGDEST=$(pwd)/tonitch
|
export PKGDEST=$(pwd)/tonitch
|
||||||
|
|
||||||
@ -8,7 +10,7 @@ packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed
|
|||||||
for d in $packagelist
|
for d in $packagelist
|
||||||
do
|
do
|
||||||
cd $d
|
cd $d
|
||||||
makepkg
|
makepkg -f
|
||||||
done
|
done
|
||||||
|
|
||||||
cd $PKGDEST
|
cd $PKGDEST
|
||||||
|
Loading…
Reference in New Issue
Block a user