2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/core/linux-firmware/build

8 lines
95 B
Plaintext
Raw Normal View History

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