[pacman-dev] CVS update of pacman-lib/etc/pacman.d (Makefile.am)
Juergen Hoetzel
juergen at archlinux.org
Thu Feb 1 16:46:08 EST 2007
Date: Thursday, February 1, 2007 @ 16:46:08
Author: juergen
Path: /home/cvs-pacman/pacman-lib/etc/pacman.d
Modified: Makefile.am (1.5 -> 1.6)
* fixed clean target: no error if repository files do not exist
-------------+
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: pacman-lib/etc/pacman.d/Makefile.am
diff -u pacman-lib/etc/pacman.d/Makefile.am:1.5 pacman-lib/etc/pacman.d/Makefile.am:1.6
--- pacman-lib/etc/pacman.d/Makefile.am:1.5 Mon Jan 29 17:18:31 2007
+++ pacman-lib/etc/pacman.d/Makefile.am Thu Feb 1 16:46:08 2007
@@ -5,5 +5,5 @@
sed "s|@@REPO@@|$@|g" <$< >$@
clean:
- rm $(dist_pkgsysconf_DATA)
+ rm -f $(dist_pkgsysconf_DATA)
More information about the pacman-dev
mailing list