]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- real -U fix
authorankry <ankry@pld-linux.org>
Mon, 14 Feb 2005 21:45:49 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.301

builder.sh

index 04bb33ee491ce32f2f4bf981040be487911934c1..f441ededdc4c90e2b14f2d3f8814e373d6d40800 100644 (file)
@@ -1569,7 +1569,9 @@ case "$COMMAND" in
                        get_spec;
                        parse_spec;
                        if [ -n "$ICONS" ]; then
+                               OLD_UPDATE5=$UPDATE5
                                UPDATE5= get_files $ICONS
+                               UPDATE5=$OLD_UPDATE5
                                parse_spec;
                        fi
                        if [ -n "$NOSOURCE0" ] ; then
This page took 0.035179 seconds and 4 git commands to generate.