Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-21 14:36:53 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-21 14:36:53 (GMT)
commit7a7351b69a00e5b3a13cede05b0f9fcaf0e1a891 (patch)
treef9101b41e39d1697a5322ae7b0a63b8edfd5e156 /scripts
parentf4c97944b057b5797695913c77721cde6e30fc7d (diff)
Add tar dependency
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index ba433cf..87bc35a 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -13,6 +13,9 @@ binaries = [{ "name": "git",
{ "name": "gcc",
"packages": { "fedora": "gcc",
"ubuntu": "gcc" } },
+ { "name": "tar",
+ "packages": { "fedora": "tar",
+ "ubuntu": "tar" } },
{ "name": "flex", # gobject-introspection
"packages": { "fedora": "flex",
"ubuntu": "flex" } },