summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-11 13:32:26 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-11 13:32:26 +0000
commit7cb48af4087100b05d556cd20164347793a3fab8 (patch)
treec4eb52ceaccd26bf410d5fb09000f24c3779bec7
parentd7683a4d172ecd7a970324c21c9fb3eef51ddaa3 (diff)
parent5f162efafa4cb36e3fa05b2e65023e85bf082353 (diff)
downloaddefinitions-7cb48af4087100b05d556cd20164347793a3fab8.tar.gz
Merge branch 'baserock/pedroalvarez/strip-rsync'
Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rwxr-xr-xscripts/licensecheck.sh1
-rwxr-xr-xstrip-gplv3.configure1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/licensecheck.sh b/scripts/licensecheck.sh
index 7e4c4b91..a57b2f76 100755
--- a/scripts/licensecheck.sh
+++ b/scripts/licensecheck.sh
@@ -54,6 +54,7 @@ m4 \
make \
nano \
patch \
+rsync \
texinfo-tarball"
gplv3_repos=""
diff --git a/strip-gplv3.configure b/strip-gplv3.configure
index 75143d08..c08061ad 100755
--- a/strip-gplv3.configure
+++ b/strip-gplv3.configure
@@ -47,6 +47,7 @@ class StripGPLv3ConfigureExtension(cliapp.Application):
['make', ''],
['nano', ''],
['patch', ''],
+ ['rsync', ''],
['texinfo-tarball', ''],
]