diff options
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/bin/mp | 5 | ||||
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/build_tools/bin/mp b/build_tools/bin/mp index c69c622..6c1b683 100755 --- a/build_tools/bin/mp +++ b/build_tools/bin/mp @@ -28,6 +28,11 @@ function find_repo { else REPO=core${PFIX} fi + echo $mydir|grep -q "chroot-devel" + if [ $? = 0 ] + then + REPO=chroot-devel + fi DOCROOT=/data/pkg_repo/$CARCH/$REPO } diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf b/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf index 750502b..f27a2a6 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf @@ -35,7 +35,7 @@ CacheDir = /data/var/cache/pacman/pkg # - local/custom mirrors can be added here or in separate files # [core-testing] -Server = file:///data/local/pkg_repo/i686/core-testing +Server = file:///data/pkg_repo/i686/core-testing #Server = http://localmirror/repo/r6-testing/ |