summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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', ''],
]