You've already forked fedora-kernel-pf
mirror of
https://github.com/encounter/fedora-kernel-pf.git
synced 2026-03-30 11:10:06 -07:00
4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rpmbuild --target armv7hl --with cross --without debuginfo --without perf --without tools --define "__strip /usr/bin/arm-linux-gnu-strip" --rebuild $1
|