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-08-01 19:23:51 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-01 19:23:51 (GMT)
commite7a33e537d1ea5432cdc17aadfb07f33efd7037f (patch)
treef90efce7d16caec13ce04ee31e6c6909f5b26df6 /scripts/check-system
parentbe45a2fa5e14e625b365db1713c0bb367e220bd4 (diff)
parent6815fd828caa76935bd02eafa719a34f983b671b (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-system8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 0d35478..6dcad8e 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -255,9 +255,17 @@ checks = \
"checker": "gstreamer",
"packages": { "fedora": "gstreamer-plugins-good",
"ubuntu": "gstreamer0.10-plugins-good" } },
+ { "check": "import abiword",
+ "checker": "python",
+ "packages": { "fedora": "pyabiword",
+ "ubuntu": None } },
# System modules buildtime
+ { "check": "c++",
+ "checker": "binary",
+ "packages": { "fedora": "gcc-c++",
+ "ubuntu": "g++" } },
{ "check": "flex",
"checker": "binary",
"packages": { "fedora": "flex",