]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fetch db
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Jun 2004 10:28:23 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.265

builder.sh

index 0d3d4a24e5f94e9f93d8cf40f6acf749569749b9..e8d0994e6cd12d1e03dfa1d07ffd2e03c97a4f90 100644 (file)
@@ -1024,6 +1024,7 @@ fetch_build_requires()
                         DEPS=$(rpm-getdeps $BCOND $SPECFILE 2> /dev/null | awk ' { print $3 } ' | xargs)
                         if [ -n "$DEPS" ]; then
                                  echo "Trying to install dependencies ($DEPS):"
+                                 /usr/bin/poldek --update; /usr/bin/poldek --upa
                                  /usr/bin/poldek -uGv $DEPS
                         fi
                         return
This page took 0.0698839999999999 seconds and 4 git commands to generate.