]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- give hint why cache_rpm_dump failed
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Jul 2006 17:15:36 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.448

builder.sh

index 516eec1c617214a9f70d43c2a14a09c2b6849e34..5578fc8abe1ea48c17c74a8e93364e4cdf6f0e70 100644 (file)
@@ -428,7 +428,7 @@ EOF
 
 rpm_dump () {
        if [ -z "$rpm_dump_cache" ] ; then
-               echo "internal error: cache_rpm_dump not called!" 1>&2
+               echo "internal error: cache_rpm_dump not called! (missing %prep?)" 1>&2
        fi
        echo "$rpm_dump_cache"
 }
This page took 0.076857 seconds and 4 git commands to generate.