diff options
Diffstat (limited to 'scripts/libmakepkg/executable.sh.in')
-rw-r--r-- | scripts/libmakepkg/executable.sh.in | 5 |
1 files changed, 0 insertions, 5 deletions
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 |