[packages/rpm-build-tools/sbuilder: 446/446] Install link to mirrors file

draenog draenog at pld-linux.org
Mon Jul 16 20:09:38 CEST 2012


commit 763b0467781ff4c6bb8a390bf40bb8707cb4b0cf
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Jul 16 18:55:09 2012 +0100

    Install link to mirrors file

 builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index 1c096b8..8759136 100755
--- a/builder.sh
+++ b/builder.sh
@@ -2039,7 +2039,7 @@ init_rpm_dir() {
 	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
+	for a in adapter builder mirrors; do
 		ln -s ../rpm-build-tools/${a}.sh $a
 	done
 	init_builder


More information about the pld-cvs-commit mailing list