summaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 17:20:27 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 17:20:27 (EST)
commit26822d7eff1c99138a9125a2c225a37a0c9ae48e (patch)
treefc0c281fe1421165cee8a83d1e343949d04de23f /config.sh.in
parentb9aa6a15ea946c1d2ea622c8230576dceeb6ecee (diff)
config.sh.in: Add GUNZIP
Diffstat (limited to 'config.sh.in')
-rw-r--r--config.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in
index 838a7ca..fef7aae 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -2,5 +2,6 @@ PACKAGE='@PACKAGE@'
PACKAGE_NAME='@PACKAGE_NAME@'
PACKAGE_VERSION='@PACKAGE_VERSION@'
WGET='@WGET@'
+GUNZIP='@GUNZIP@'
SHA256SUM='@SHA256SUM@'
MKE2FS='@MKE2FS@'