From 341f8682f26f26e3a8997e6cb926dde953db7358 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 10 Feb 2011 17:00:02 +0000 Subject: [PATCH] usr/Makefile: added missing sh minibootstrap.sh --- etc/usr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/usr/Makefile b/etc/usr/Makefile index 6b8934de9..528da779d 100644 --- a/etc/usr/Makefile +++ b/etc/usr/Makefile @@ -31,6 +31,7 @@ pkgsrc-create: git cd ${.CURDIR}/pkgsrc && git branch minix-master origin/minix-master cd ${.CURDIR}/pkgsrc && git checkout minix-master cd ${.CURDIR}/pkgsrc && git pull + cd ${.CURDIR}/pkgsrc/minix && sh minibootstrap.sh pkgsrc-checkout: git cd ${.CURDIR}/pkgsrc && git checkout minix-master -- 2.44.0