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.sh.in | |
parent | b93dfa935f900d884f14d5be8949dc0ae85f1692 (diff) |
-rw-r--r-- | scripts/libmakepkg/executable.sh.in | 5 |
diff --git a/scripts/libmakepkg/executable.sh.in b/scripts/libmakepkg/executable.sh.in index 92031d43..cac016fb 100644 --- a/scripts/libmakepkg/executable.sh.in +++ b/scripts/libmakepkg/executable.sh.in @@ -21,11 +21,6 @@ [[ -n "$LIBMAKEPKG_EXECUTABLE_SH" ]] && return LIBMAKEPKG_EXECUTABLE_SH=1 -LIBRARY=${LIBRARY:-'@libmakepkgdir@'} - -source "$LIBRARY/util/message.sh" - - declare -a executable_functions for lib in "$LIBRARY/executable/"*.sh; do |