]> TLD Linux GIT Repositories - packages/rpm-build-tools.git/commitdiff
- back to rpm-build-tools repo
authorMarcin Krol <hawk@tld-linux.org>
Wed, 11 Jul 2012 10:47:44 +0000 (10:47 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 11 Jul 2012 10:47:44 +0000 (10:47 +0000)
builder

diff --git a/builder b/builder
index 073f4125d07f14811801e2f458c1e229503ad4ef..b3824f1b1918d15e6fb643c263d076f5d67d9759 100755 (executable)
--- a/builder
+++ b/builder
@@ -964,7 +964,7 @@ find_mirror() {
        cd "$REPO_DIR"
        local url="$1"
        if [ ! -f "mirrors"  ] ; then
-               ln -s scripts/mirrors .
+               ln -s rpm-build-tools/mirrors .
        fi
 
        IFS="|"
@@ -2058,11 +2058,11 @@ init_rpm_dir() {
        mkdir -p $TOP_DIR $rpmdir $buildir $srpmdir
 
        cd "$TOP_DIR"
-       if [ ! -e ../scripts ]; then
-               git clone  ${GIT_SERVER}/${PACKAGES_DIR}/scripts.git ../scripts
+       if [ ! -e ../rpm-build-tools ]; then
+               git clone  ${GIT_SERVER}/${PACKAGES_DIR}/rpm-build-tools.git ../rpm-build-tools
        fi
        for a in adapter builder; do
-               ln -s ../scripts/${a}.sh $a
+               ln -s ../rpm-build-tools/${a}.sh $a
        done
        init_builder
 }