2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-25 16:50:07 -07:00
repo/core/linux-firmware/build

8 lines
95 B
Plaintext
Raw Normal View History

2019-06-21 11:08:48 -06:00
#!/bin/sh -e
rm GPL-2 GPL-3
mkdir -p "$1/usr/lib/firmware"
cp -R ./* "$1/usr/lib/firmware"