blob: f87ae6f04ba0b30791871472bc506b6d226a4b5c (
plain)
1
2
3
4
5
6
|
#!/bin/bash
# This script serves as a trampoline for running scripts which depend on
# libmakepkg with the libmakepkg within the build tree.
LIBRARY=@BUILDDIR@/libmakepkg exec @BASH@ -$- @REAL_PROGPATH@ "$@"
|