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