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