Masato Taruishi
taru****@users*****
2004年 10月 4日 (月) 17:13:45 JST
=================================================================== RCS file: ultrapossum/module/failover/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ultrapossum/module/failover/Makefile.am 2004/09/28 14:22:53 1.5 +++ ultrapossum/module/failover/Makefile.am 2004/10/04 08:13:45 1.6 @@ -35,9 +35,8 @@ install-data-local: for p in $(TEMPLATES); do \ - test -f $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/in.d/$$p || \ - $(INSTALL_DATA) $(srcdir)/$$p \ - $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/in.d/; \ + $(INSTALL_DATA) $(srcdir)/$$p \ + $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/in.d/; \ done $(mkinstalldirs) $(DESTDIR)/$(libdir)/mon/alert.d/ $(INSTALL_SCRIPT) $(srcdir)/failover.alert \