]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- Typo in poldek -i BR-prefetch line. Fixed.
[packages/rpm-build-tools.git] / builder.sh
index 7146a71e7f7272bd31140dde09ba6aeac60a1287..5bf7fed24b22a14f58cd7e516a728c6ef09919c9 100644 (file)
@@ -884,7 +884,7 @@ if [ "$FETCH_BUILD_REQUIRES" == "yes" ]; then
                 if [ "$GO" == "yes" ]; then
                         if [ "`rpm -q $package|sed -e "s/$package.*/$package/g"`" != "$package" ]; then
                                 echo "Package $package is not installed. Attempting to install..."
-                                poldek ${POLDEK_SOURCE} -i $package
+                                poldek -i $package
                                 case $? in
                                 1)
                                         echo "Unable to install $package package! Still trying to fetch rest..."
This page took 0.568995 seconds and 4 git commands to generate.