Clean tonitch better

This commit is contained in:
Debucquoy Anthony 2023-04-12 11:02:41 +02:00
parent 9f45e09c71
commit 2bcb9fb12e
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -3,10 +3,9 @@
git fetch --all
git reset --hard origin/master
rm -rf tonitch
mkdir -p tonitch
export PKGDEST=$(pwd)/tonitch
rm -rf $PKGDEST/*
packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed '/\./d')