]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
get specname only (like in create_git_repo() above)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Mar 2013 12:58:25 +0000 (13:58 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Mar 2013 12:58:25 +0000 (13:58 +0100)
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.059039 seconds and 4 git commands to generate.