Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-09-07 11:36:33 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-09-07 11:36:33 (GMT)
commit3c1caa331330c81ee30e48df36e6d65803058b25 (patch)
tree0a5d40bb92eb66c173ae986566ee8eabc2c0cfca /scripts/check-system
parent2a23d5865f96c19f66936677ec5c2385e59e1031 (diff)
parent94ca45614e016bef222ee6ac45ea58ef589385de (diff)
Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-build
Conflicts: Makefile scripts/system.modules
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 07a3cd8..5880d27 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -262,6 +262,10 @@ checks = \
"checker": "binary",
"packages": { "fedora": "gcc-c++",
"ubuntu": "g++" } },
+ { "check": "yasm",
+ "checker": "binary",
+ "packages": { "fedora": "yasm",
+ "ubuntu": "yasm" } },
{ "check": "flex",
"checker": "binary",
"packages": { "fedora": "flex",