This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
rpmbuild/overlay/usr/local/bin/rpmbuild-official
Robert Kaussow a87cecf558
All checks were successful
continuous-integration/drone/push Build is passing
move wrapper scripts to /usr/local/bin
2020-06-12 08:20:39 +02:00

5 lines
64 B
Bash
Executable File

#!/usr/bin/env sh
set -eo pipefail
exec /usr/bin/rpmbuild "$@"