wok annotate 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
rev   line source
Hans-G?nter@23233 1 --- Makefile.in.orig
Hans-G?nter@23233 2 +++ Makefile.in
Hans-G?nter@23233 3 @@ -37,7 +37,7 @@
Hans-G?nter@23233 4 GREP=@GREP@
Hans-G?nter@23233 5 EGREP=@EGREP@
Hans-G?nter@23233 6
Hans-G?nter@23233 7 -INSTALL_OPTS=@INSTALL_OPTS@
Hans-G?nter@23233 8 +INSTALL_OPTS=
Hans-G?nter@23233 9 OPSYS=@opsys@
Hans-G?nter@23233 10 DIST=@dist_type@
Hans-G?nter@23233 11
Hans-G?nter@23233 12 @@ -100,8 +100,8 @@
Hans-G?nter@23233 13 install-config:
Hans-G?nter@23233 14 $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
Hans-G?nter@23233 15 $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(PIPEDIR)
Hans-G?nter@23233 16 - $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndo2db.cfg-sample $(DESTDIR)$(CFGDIR)
Hans-G?nter@23233 17 - $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndomod.cfg-sample $(DESTDIR)$(CFGDIR)
Hans-G?nter@23233 18 + $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndo2db.cfg-sample $(DESTDIR)$(CFGDIR)/ndo2db.cfg
Hans-G?nter@23233 19 + $(INSTALL) -m 644 $(INSTALL_OPTS) config/ndomod.cfg-sample $(DESTDIR)$(CFGDIR)/ndomod.cfg
Hans-G?nter@23233 20 @echo ""
Hans-G?nter@23233 21 @echo "*** Config files installed ***"
Hans-G?nter@23233 22 @echo ""