summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/guix/guix.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/guix/guix.SlackBuild b/system/guix/guix.SlackBuild
index afb348abc3..2a39c47655 100644
--- a/system/guix/guix.SlackBuild
+++ b/system/guix/guix.SlackBuild
@@ -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