install new packages as well

This commit is contained in:
Gwenhael Le Moine 2010-11-20 09:26:41 +07:00
parent 69e9f213d6
commit 36d06f215a

View file

@ -10,7 +10,7 @@ for e in $(find . -type d -maxdepth 1 -not -name UNUSED -not -name . -not -name
(cd $e (cd $e
THIS=$(basename $e) THIS=$(basename $e)
sh $THIS.SlackBuild \ sh $THIS.SlackBuild \
&& upgradepkg /tmp/$THIS*.t?z \ && upgradepkg --install-new /tmp/$THIS*.t?z \
&& mv /tmp/$THIS*.t?z /home/installs/PKGs/ && mv /tmp/$THIS*.t?z /home/installs/PKGs/
) )
done done