5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/sh -l
|
|
|
|
toolbox run rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
|
|
rpmbuild --nodebuginfo --bb $1
|