9e94be85d0
Submitted by Nikolay Sturm <nikolay.sturm@desy.de> --- This is GNU Mailman, a mailing list management system distributed under the GNU Public License (GPL). Mailman has most of the standard features you'd expect in a mailing list manager, and more.
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
$OpenBSD: patch-templates_Makefile_in,v 1.1.1.1 2001/08/29 02:13:04 shell Exp $
|
|
--- templates/Makefile.in.orig Sun Aug 19 08:09:16 2001
|
|
+++ templates/Makefile.in Sun Aug 19 08:09:24 2001
|
|
@@ -59,7 +59,6 @@ all:
|
|
install:
|
|
for f in $(TEMPLATES); \
|
|
do \
|
|
- mv -f $(TEMPLATEDIR)/$$f $(TEMPLATEDIR)/$$f.prev || $(TRUE); \
|
|
$(INSTALL) -m $(FILEMODE) $$f $(TEMPLATEDIR); \
|
|
done
|
|
|