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