]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
Fix type in name rpm-build-tools
authorKacper Kornet <draenog@pld-linux.org>
Tue, 5 Apr 2011 10:58:19 +0000 (11:58 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Tue, 5 Apr 2011 10:58:19 +0000 (11:58 +0100)
builder.sh

index 50d20f409c284bff5d5bfc54b0ddc125d3ce3f30..5a44ea3cd55cc14ad731e648d2c5249cb61cde58 100755 (executable)
@@ -843,7 +843,7 @@ find_mirror() {
        cd "$REPO_DIR"
        local url="$1"
        if [ ! -f "mirrors"  ] ; then
-               ln -s rpm-build-toos/mirrors .
+               ln -s rpm-build-tools/mirrors .
        fi
 
        IFS="|"
This page took 0.110398 seconds and 4 git commands to generate.