From f45c2694b9184b5c86abca1938c4005c89cf5b45 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jul 2009 11:55:35 +0200 Subject: Updated bootstrap and tests to install pkg as "pkg" --- test/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/setup') diff --git a/test/setup b/test/setup index c1d7b20..9c4fb66 100644 --- a/test/setup +++ b/test/setup @@ -1,8 +1,8 @@ ## vim:ft=zsh echo "# setting up PKG_ROOT" cd $test_proot -git clone --quiet ${1-git://git.tabularazor.org/~derf/pkg} core -cp core/include/pkglist pkglist +git clone --quiet ${1-git://git.tabularazor.org/~derf/pkg} pkg +cp pkg/include/pkglist pkglist for repo in ra rb rc; ( mkdir $repo cd $repo -- cgit v1.2.3