What errors? What packages? Why is the error occuring? This is not really a useful commit message...
On Wed, Mar 10, 2010 at 16:31, Ghost1227 <[email protected]> wrote: > --- > makechrootpkg | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/makechrootpkg b/makechrootpkg > index c1e78d9..fa28fa5 100755 > --- a/makechrootpkg > +++ b/makechrootpkg > @@ -232,9 +232,9 @@ fi > for f in "${copydir}"/srcdest/*; do > [ -e "$f" ] || continue > if [ -d "$SRCDEST" ]; then > - mv "$f" "${SRCDEST}" > + rsync -qr "$f" "${SRCDEST}" > else > - mv "$f" "${WORKDIR}" > + rsync -qr "$f" "${WORKDIR}" > fi > done > > -- > 1.7.0.2 > > > >

