diff options
Diffstat (limited to 'system/guix/guix.SlackBuild')
-rw-r--r-- | system/guix/guix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/guix/guix.SlackBuild b/system/guix/guix.SlackBuild index afb348abc3dc..2a39c47655bb 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 |