summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-09-10 16:25:25 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-09-10 16:26:00 +0200
commit5c32acb8d9191da6a95c442d510f3ec2045ff578 (patch)
treee380bb6789727528bc317a226f4f4ddde0c3d6b7
parent393206fbf35634ded4093d55c502c8f76b0a8b09 (diff)
gas-preprocessor: fix commit name
-rw-r--r--recipes/build-tools/gas-preprocessor.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/gas-preprocessor.recipe b/recipes/build-tools/gas-preprocessor.recipe
index f95b211..1315c4f 100644
--- a/recipes/build-tools/gas-preprocessor.recipe
+++ b/recipes/build-tools/gas-preprocessor.recipe
@@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
licenses = [License.GPLv2]
btype = BuildType.CUSTOM
remotes = {'origin': 'git://github.com/ylatuya/gas-preprocessor.git'}
- commit = 'master'
+ commit = 'origin/master'
def install(self):
if not os.path.exists(os.path.join(self.config.prefix, 'bin')):