From 36db5ade7de3a37679e56f0055c7f3d478cc43b8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 15 Nov 2008 20:20:56 +0100 Subject: bootstrap: Write config before executing pkg --- include/bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/bootstrap') diff --git a/include/bootstrap b/include/bootstrap index 462d513..3935909 100755 --- a/include/bootstrap +++ b/include/bootstrap @@ -33,10 +33,9 @@ echo "fetching core..." git clone $PKG_ROOT/core cd core || exit 1 +echo "PKG_ROOT='$PKG_ROOT'" > ~/.pkg.conf bin/checklinks bin/pkg eval populate_collected core bin/pkg eval exec_hook core post-add (( rcempty )) && rm ~/.zshrc - -echo "PKG_ROOT='$PKG_ROOT'" > ~/.pkg.conf -- cgit v1.2.3