summaryrefslogtreecommitdiff
path: root/scripts/repo-add.sh.in
diff options
context:
space:
mode:
authorSebastian Nowicki <sebnow@gmail.com>2008-05-21 01:51:38 +0800
committerDan McGee <dan@archlinux.org>2008-05-29 06:37:13 -0500
commit1d71079c5b57af2feb53fbfa98f93122a32ca154 (patch)
treed76d6f9a2a8b0e03ac0edd3296436e2272dc8b4f /scripts/repo-add.sh.in
parentbf2964dc5841f49d1d5ab60181b0caa4670c1874 (diff)
downloadpacman-1d71079c5b57af2feb53fbfa98f93122a32ca154.tar.xz
Replace usage of "cp -s" with the more portable "ln -s"
The "-s" argument does not exist on BSD, and neither does "--remove-destination". This patch replaces the calls to "cp -s --remove-destination" with the equivalent "rm -f" and "ln -s" calls, in order to increase portability. Signed-off-by: Sebastian Nowicki <sebnow@gmail.com> Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/repo-add.sh.in')
0 files changed, 0 insertions, 0 deletions