fix nodeps in update.php

This commit is contained in:
2023-04-12 10:22:41 +02:00
parent 9004605483
commit 3b65e46d3a

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