Talk:HOWTO Update KDE without downloading full sources
From Gentoo Linux Wiki
This is not very useful with the kdexdeltas use flag in the official tree. I think this should be moved to the tips & tricks section at least.
- (to previos comment author: sign please)
Actually kdexdeltas use flag didn't change behavior of emerge for me, so I had to download deltas manually (using this HOWTO of course) As for script kdedelta.sh I'd suggest to change
wget ${FTPDIR}/$DELTAFILE
with
if [ -f $DELTAFILE ]
then
echo " ... is already downloaded"
else
wget ${FTPDIR}/$DELTAFILE
fi
or something like this
- LXj 15
- 35, 3 June 2006 (UTC)
Err... I'm getting "digest verification failed" messages :(
- LXj 16
- 37, 3 June 2006 (UTC)
