index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-01 21:46:08 +0000 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-01 21:46:08 +0000 |
commit | fc4fe6d6897a5f1565b9d548681f2f9c1ff5a67d (patch) | |
tree | 5e5f1f8a3378a308d20bf8bbb06e00dc598d4538 /etc/pacman.d/Makefile.am | |
parent | 93b0e76287e9e18f04b2a2592ea9f424d9386775 (diff) |
-rw-r--r-- | etc/pacman.d/Makefile.am | 2 |
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am index 5fedc6ef..eb94f3c1 100644 --- a/etc/pacman.d/Makefile.am +++ b/etc/pacman.d/Makefile.am @@ -5,5 +5,5 @@ $(dist_pkgsysconf_DATA): mirrorlist sed "s|@@REPO@@|$@|g" <$< >$@ clean: - rm $(dist_pkgsysconf_DATA) + rm -f $(dist_pkgsysconf_DATA) |