6 lines
218 B
Bash
Executable file
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@ "$@"
|