4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
rpmbuild --target x86_64 --without debuginfo --without perf --without tools --rebuild $1
|