]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
get specname only (like in create_git_repo() above)
[packages/rpm-build-tools.git] / builder.sh
index c34c309095762005dfb1a74cceca9bb2f7b9bdc2..846e4e761dd0fbb2ea9f48883199ea681388d008 100755 (executable)
@@ -906,7 +906,7 @@ get_spec() {
        fi
 
        cd "$REPO_DIR"
-
+       SPECFILE=$(basename $SPECFILE)
        if [ "$NOCVSSPEC" != "yes" ]; then
                if [ -z "$DEPTH" ]; then
                        if [ -d "$PACKAGE_DIR/.git" ]; then
This page took 0.050475 seconds and 4 git commands to generate.