Carlos Mogas da Silva
cc81f3aa22
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).
6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rpmbuild --define "_topdir `pwd`" -bs dirb.spec
|
|
mv SRPMS/* .
|
|
rmdir BUILDROOT RPMS SRPMS BUILD
|