fix nodeps in update.php

This commit is contained in:
Debucquoy Anthony 2023-04-12 10:22:41 +02:00
parent 9004605483
commit 3b65e46d3a
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -11,7 +11,7 @@ packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed
for d in $packagelist
do
cd $d
makepkg -f
makepkg -f --nodeps
cd ..
done