1
0
Fork 0
fedora-cybersec/dirb/create_srpm.sh
Carlos Mogas da Silva cc81f3aa22 Add dirb
The source tarball is just a repackage with fixed permissions of directories
and the configure file (which don't have +x on the source repo).
2021-05-20 01:57:50 +01:00

6 lines
107 B
Bash
Executable file

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