[packages/rpm-build-tools] fix location of source for link to mirrors

draenog draenog at pld-linux.org
Mon Aug 20 13:07:54 CEST 2012


commit b11920fbd4b417bb60e4811b161e9bd1de892cad
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Aug 20 11:52:11 2012 +0100

    fix location of source for link to mirrors

 builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index 277e87b..dfb5cdd 100755
--- a/builder.sh
+++ b/builder.sh
@@ -972,7 +972,7 @@ find_mirror() {
 	cd "$REPO_DIR"
 	local url="$1"
 	if [ ! -f "mirrors"  ] ; then
-		ln -s rpm-build-tools/mirrors .
+		ln -s ../rpm-build-tools/mirrors .
 	fi
 
 	IFS="|"


More information about the pld-cvs-commit mailing list