diff options
author | R. Dale Thomas <rdt@knoppmyth.net> | 2008-10-04 16:46:34 (GMT) |
---|---|---|
committer | R. Dale Thomas <rdt@knoppmyth.net> | 2008-10-04 16:46:34 (GMT) |
commit | 4b76a925847572de86f13f9407d0be3641fa9d5d (patch) | |
tree | 9c1ac24295df132e5a5571e116560428e70e2963 /build_tools/bin/mp | |
parent | 5a180c0eb35639912cff68b08def263b5b14b4a2 (diff) | |
parent | 8202aecfb8f6937a30bfd06f2d586e45596d445a (diff) | |
download | linhes_dev-4b76a925847572de86f13f9407d0be3641fa9d5d.zip |
Merge branch 'HEAD' of ssh://rdt@knoppmyth.net/mount/repository/LinHES-dev.git
Diffstat (limited to 'build_tools/bin/mp')
-rwxr-xr-x | build_tools/bin/mp | 5 |
1 files changed, 5 insertions, 0 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 } |