]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fixed spec name compare
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 11 Jun 2007 07:27:47 +0000 (07:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.507

builder.sh

index da5643699544a2df84397fed8d06d6d0e705665b..7de08fccf60f2566fa5f01ad11d654f00783474e 100644 (file)
@@ -2075,7 +2075,7 @@ while [ $# -gt 0 ]; do
                                CVSTAG="${SPECFILE##*:}"
                                SPECFILE="${SPECFILE%%:*}"
                        fi
-                       ASSUMED_NAME="${SPECFILE%%.spec}"
+                       ASSUMED_NAME="$(basename ${SPECFILE%%.spec})"
                        shift
        esac
 done
This page took 0.066257 seconds and 4 git commands to generate.