]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- fix building from git
authorJan Palus <jan.palus@gmail.com>
Thu, 3 Feb 2011 12:30:54 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2.spec -> 1.143

ekg2.spec

index 7ff937a819835f27c8b00676648d7a9f84645d23..73036fda9339f99676bd55a93a31b1410149a4c1 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -343,7 +343,7 @@ if [ "$repo" = "%%ekg2repo" ]; then
 repo="git://github.com/leafnode/ekg2.git"
 fi
 if [ "$branch" = "%%ekg2branch" ]; then
-repo="master"
+branch="master"
 fi
 git init
 git fetch $repo $branch
This page took 0.112394 seconds and 4 git commands to generate.