summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-01-03 05:48:52 +0100
committerDan McGee <dan@archlinux.org>2009-01-03 05:48:52 +0100
commitf8b689d48eb34cf81c22c854cd83595338d49d44 (patch)
treedc45d9e3638581640ac5bd131529b8c2754b1143 /scripts/Makefile.am
parentbd628274cc8db81704860e69894fcd217c2068d0 (diff)
parentc31fcfd833fc527a3774c7b1bc29686194d23942 (diff)
downloadpacman-f8b689d48eb34cf81c22c854cd83595338d49d44.tar.gz
pacman-f8b689d48eb34cf81c22c854cd83595338d49d44.tar.xz
Merge branch 'maint'
Conflicts: lib/libalpm/dload.c po/it.po scripts/makepkg.sh.in
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 014ae870..6f0f25a2 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -60,6 +60,7 @@ pacman-optimize: $(srcdir)/pacman-optimize.sh.in
rankmirrors: $(srcdir)/rankmirrors.py.in
repo-add: $(srcdir)/repo-add.sh.in
repo-remove: $(srcdir)/repo-add.sh.in
- ln -sf repo-add repo-remove
+ rm -f repo-remove
+ $(LN_S) repo-add repo-remove
# vim:set ts=2 sw=2 noet: