wok view ndoutils/stuff/patches/Makefile.in-2.1.3 @ rev 24923

mutt: addgroup mail only when not already existing
author Hans-G?nter Theisgen
date Tue Apr 12 16:45:14 2022 +0100 (2022-04-12)
parents
children
line source
1 --- Makefile.in.orig
2 +++ Makefile.in
3 @@ -37,7 +37,7 @@
4 GREP=@GREP@
5 EGREP=@EGREP@
7 -INSTALL_OPTS=@INSTALL_OPTS@
8 +INSTALL_OPTS=
9 OPSYS=@opsys@
10 DIST=@dist_type@
12 @@ -100,8 +100,8 @@
13 install-config:
14 $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
15 $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(PIPEDIR)
16 - $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndo2db.cfg-sample $(DESTDIR)$(CFGDIR)
17 - $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndomod.cfg-sample $(DESTDIR)$(CFGDIR)
18 + $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndo2db.cfg-sample $(DESTDIR)$(CFGDIR)/ndo2db.cfg
19 + $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndomod.cfg-sample $(DESTDIR)$(CFGDIR)/ndomod.cfg
20 @echo ""
21 @echo "*** Config files installed ***"
22 @echo ""