diff options
Diffstat (limited to 'scripts/libmakepkg/executable/pacman.sh.in')
-rw-r--r-- | scripts/libmakepkg/executable/pacman.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/executable/pacman.sh.in b/scripts/libmakepkg/executable/pacman.sh.in index d1433ffd..bb3ce921 100644 --- a/scripts/libmakepkg/executable/pacman.sh.in +++ b/scripts/libmakepkg/executable/pacman.sh.in @@ -23,7 +23,7 @@ LIBMAKEPKG_EXECUTABLE_PACMAN_SH=1 LIBRARY=${LIBRARY:-'@libmakepkgdir@'} -source "$LIBRARY/util/option.sh" +source "$LIBRARY/util/message.sh" executable_functions+=('executable_pacman') |