pacman/build-aux/script-wrapper.sh.in
2023-11-04 00:02:17 +00:00

6 lines
218 B
Bash
Executable file

#!/bin/bash
# This script serves as a trampoline for running scripts which depend on
# libmakepkg with the libmakepkg within the build tree.
MAKEPKG_LIBRARY=@BUILDDIR@/libmakepkg exec @BASH@ -$- @REAL_PROGPATH@ "$@"