system/guix: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 07:13:30 +07:00 committed by Willy Sudiarto Raharjo
parent 0723522e15
commit ebcc0f2fd5

View file

@ -68,7 +68,7 @@ for bin in armhf i686 mips64el x86_64; do
* ) GVERS=2.0.9 ;;
esac
if [ -f $CWD/guile_${bin}_linux-${GVERS}.tar.xz ]; then
cp -a $CWD/guile_${bin}_linux-${GVERS}.tar.xz \
cp $CWD/guile_${bin}_linux-${GVERS}.tar.xz \
gnu/packages/bootstrap/${bin}-linux/guile-${GVERS}.tar.xz
fi
done