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