X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=builder;fp=builder;h=b3824f1b1918d15e6fb643c263d076f5d67d9759;hb=fc88adce5f384d034afb0ec2baa88732b372862c;hp=073f4125d07f14811801e2f458c1e229503ad4ef;hpb=7f1d8f9f6da22d0e4dc3b9225507adbd6ee1d10c;p=packages%2Frpm-build-tools.git diff --git a/builder b/builder index 073f412..b3824f1 100755 --- 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 }