index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-04-16 13:12:39 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-05-08 12:45:34 +1000 |
commit | 614ef781ebf8ef7ae116c26d419bc9002c162599 (patch) | |
tree | 6a5ceed5eef7d90d16e67980d24dddc7e850681d /scripts/libmakepkg/executable/strip.sh.in | |
parent | b93dfa935f900d884f14d5be8949dc0ae85f1692 (diff) |
-rw-r--r-- | scripts/libmakepkg/executable/strip.sh.in | 1 |
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') |