47a895f435
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
4 lines
166 B
Bash
Executable File
4 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
|