4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
rpmbuild --target armv7hl --with cross --without debuginfo --without perf --without tools --define "__strip /usr/bin/arm-linux-gnu-strip" --rebuild $1
|