Fixed missing alert on slackpkgplus.conf update

This commit is contained in:
Matteo Rossini 2013-12-06 11:50:42 +01:00
parent 46b1744788
commit c5c4b25464

View file

@ -498,7 +498,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
fi
done
if [ /etc/slackpkgplus.conf -nt $WORKDIR/pkglist -a "$CMD" != "update" ];then
if [ /etc/slackpkg/slackpkgplus.conf -nt $WORKDIR/pkglist -a "$CMD" != "update" ];then
echo
echo "NOTICE: remember to re-run 'slackpkg update' after modifing slackpkgplus.conf"
echo