diff options
Diffstat (limited to 'scripts/libmakepkg/executable/gzip.sh.in')
-rw-r--r-- | scripts/libmakepkg/executable/gzip.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/libmakepkg/executable/gzip.sh.in b/scripts/libmakepkg/executable/gzip.sh.in index bb1626bc..1b8cfdf5 100644 --- a/scripts/libmakepkg/executable/gzip.sh.in +++ b/scripts/libmakepkg/executable/gzip.sh.in @@ -23,6 +23,7 @@ LIBMAKEPKG_EXECUTABLE_GZIP_SH=1 LIBRARY=${LIBRARY:-'@libmakepkgdir@'} +source "$LIBRARY/util/message.sh" source "$LIBRARY/util/option.sh" executable_functions+=('executable_gzip') |