mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
* fixed clean target: no error if repository files do not exist
This commit is contained in:
parent
93b0e76287
commit
fc4fe6d689
@ -5,5 +5,5 @@ $(dist_pkgsysconf_DATA): mirrorlist
|
|||||||
sed "s|@@REPO@@|$@|g" <$< >$@
|
sed "s|@@REPO@@|$@|g" <$< >$@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm $(dist_pkgsysconf_DATA)
|
rm -f $(dist_pkgsysconf_DATA)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user