1
0
Fork 0
fedora-cybersec/one_gadget/create_srpm.sh

6 lines
118 B
Bash
Raw Normal View History

2021-05-21 13:18:36 +00:00
#!/bin/bash
rpmbuild --define "_topdir `pwd`" -bs rubygem-bindata.spec
mv SRPMS/* .
rmdir BUILDROOT RPMS SRPMS BUILD