7 lines
210 B
Bash
7 lines
210 B
Bash
![]() |
#!/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@ "$@"
|