From: Marcin Krol Date: Wed, 11 Jul 2012 10:47:44 +0000 (+0000) Subject: - back to rpm-build-tools repo X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-build-tools.git;a=commitdiff_plain;h=fc88adce5f384d034afb0ec2baa88732b372862c - back to rpm-build-tools repo --- 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 }