summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pacman2pacman-get4
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman2pacman-get b/pacman2pacman-get
index 2b49adf..81c0c5b 100644
--- a/pacman2pacman-get
+++ b/pacman2pacman-get
@@ -1,7 +1,7 @@
#! /bin/bash
# /usr/bin/pacman2pacman-get
#
-# Version 1.1
+# Version 1.2
#
# Copyright (C) 2014 Joseph Graham <joseph@t67.eu>
#
@@ -103,7 +103,7 @@ then
echo
- ln -f "${pkg_cache_location}/${url##*/}" "${filename}" || exit 1
+ mv -f "${pkg_cache_location}/${url##*/}" "${filename}" || exit 1
else
# There's no .torrent so we download it by just HTTP.