]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- Typo in poldek -i BR-prefetch line. Fixed.
authoryoshi <yoshi@pld-linux.org>
Wed, 12 Nov 2003 00:29:27 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.207

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.036272 seconds and 4 git commands to generate.