From a01c761336053e6b4df8e22573d6fbd2a48e4eba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Tigeot?= Date: Thu, 1 Aug 2013 09:13:06 +0200 Subject: [PATCH] nrelease: Install a default pkg.conf from pkg(8) Do not hardcode the file contents anymore --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index 6866dcf133..f86466ed0d 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -308,7 +308,7 @@ customizeiso: # # Add a pkg.conf # - ${CHROOT_CMD} "echo PACKAGESITE: http://avalon.dragonflybsd.org/dports/$$\\{ABI\\}/RELEASE >/usr/local/etc/pkg.conf" + cp -p ${ISOROOT}/usr/local/etc/pkg.conf.sample ${ISOROOT}/usr/local/etc/pkg.conf # # Finally, update the locate(8) database # -- 2.41.0