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

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
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 ""