]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- poldek -u works again
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 6 Oct 2005 18:48:46 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kill trailing spaces/tabs

Changed files:
    builder.sh -> 1.334

builder.sh

index daad29fd8a16f8b141866eb69637ba724aa17401..8bc56d39a85656ede02be51dedb124f6fb6784f1 100644 (file)
@@ -1251,7 +1251,7 @@ fetch_build_requires()
                        fi
                        if [ -n "$DEPS" ]; then
                                echo "Trying to install dependencies ($DEPS):"
-                               $SU_SUDO /usr/bin/poldek --caplookup -iGv $DEPS
+                               $SU_SUDO /usr/bin/poldek --caplookup -uGv $DEPS
                        fi
                        return
                fi
@@ -1577,10 +1577,10 @@ do
                        shift ;;
                -sf | --sources-files)
                        COMMAND="list-sources-files"
-                       shift ;;        
+                       shift ;;
                -sp | --sources-paths)
                        COMMAND="list-sources-local-paths"
-                       shift ;;        
+                       shift ;;
                -Tvs | --tag-version-stable )
                        COMMAND="tag";
                        TAG="STABLE"
@@ -1703,7 +1703,7 @@ case "$COMMAND" in
                                         if [ -n "$TAG_STATUS" -a "$CVSTAG" = "HEAD" ]; then
                                                  Exit_error err_branch_exists "$TAG_STATUS"
                                         fi
-                               
+
                                fi
                        fi
 
This page took 0.036917 seconds and 4 git commands to generate.