summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-08-08 17:35:46 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-09-10 16:26:00 +0200
commit393206fbf35634ded4093d55c502c8f76b0a8b09 (patch)
treec312f2cb193591603059afd164245de8718d6e9a
parent8f8fc1a06999fef34ac9f1c6d645cfc94cbe8e6f (diff)
gas-preprocessor: fix checkout and install steps
-rw-r--r--recipes/build-tools/gas-preprocessor.recipe6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/build-tools/gas-preprocessor.recipe b/recipes/build-tools/gas-preprocessor.recipe
index 65f28bb..f95b211 100644
--- a/recipes/build-tools/gas-preprocessor.recipe
+++ b/recipes/build-tools/gas-preprocessor.recipe
@@ -8,10 +8,12 @@ class Recipe(recipe.Recipe):
version = '0.0.0'
licenses = [License.GPLv2]
btype = BuildType.CUSTOM
- remotes = {'origin': 'git://github.com/yuvi/gas-preprocessor.git'}
- commit = 'f4a42dc077144c5b481ec4534a4c99d0808a9b2f'
+ remotes = {'origin': 'git://github.com/ylatuya/gas-preprocessor.git'}
+ commit = 'master'
def install(self):
+ if not os.path.exists(os.path.join(self.config.prefix, 'bin')):
+ os.makedirs(os.path.join(self.config.prefix, 'bin'))
shutil.copy (os.path.join(self.build_dir, 'gas-preprocessor.pl'),
os.path.join(self.config.prefix, 'bin'))
shell.call ('chmod +x %s' %