diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-07 16:47:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-07 16:49:33 +0100 |
commit | a25dc638eae1a78ec60ec291c5f83c68c1cdbd0d (patch) | |
tree | 1964c2484b2162101efb8a854fa8c3e80ba346ba /test/main | |
parent | 3e96241318cd5dcef69bf00a43be14bf58a72097 (diff) |
Move bootstrap and pkglist to examples/
Diffstat (limited to 'test/main')
-rwxr-xr-x | test/main | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ source $tests/checklinks (source $tests/setup) echo "# bootstrapping PKG_DIR" -$test_proot/caretaker/include/bootstrap $test_proot $test_pdir +$test_proot/caretaker/examples/bootstrap $test_proot $test_pdir echo "# checking for success" [[ -e $test_home/.config/caretaker/caretaker.conf ]] |