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

6 lines
107 B
Bash
Raw Normal View History

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