This website requires JavaScript.
Explore
Blog
Help
Sign In
container
/
rpmbuild
Archived
Watch
1
Star
0
Fork
0
You've already forked rpmbuild
Code
Issues
Pull Requests
Releases
Activity
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.
aefe97e1cc
rpmbuild
/
overlay
/
usr
/
local
/
bin
/
rpmbuild-official
5 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move wrapper scripts to /usr/local/bin
2020-06-12 06:20:39 +00:00
#!/usr/bin/env sh
add wrapper scripts for rpmbuild
2020-06-11 13:41:12 +00:00
set -eo pipefail
exec /usr/bin/rpmbuild "$@"
Reference in New Issue
Copy Permalink