mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/guix: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0723522e15
commit
ebcc0f2fd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue