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

6 lines
118 B
Bash
Raw Normal View History

#!/bin/bash
rpmbuild --define "_topdir `pwd`" -bs python-pwntools.spec
mv SRPMS/* .
rmdir BUILDROOT RPMS SRPMS BUILD