#!/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@ "$@"
