aboutsummaryrefslogtreecommitdiff
path: root/examples/prebuilt_rpmbuild/readme.md
blob: 0f1c3475da7f112ea1402c851a5ab79637ded07f (plain)
1
2
3
4
5
6
7
8
9
10
# Using a prebuilt rpmbuild instead of the system one.

## To use

```
cp /usr/bin/rpmbuild local/rpmbuild_binary
bazel build :*
rpm2cpio bazel-bin/test-rpm.rpm | cpio -ivt
cat bazel-bin/content.txt
```