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