mirror of
https://github.com/ivabus/asahi-opensuse
synced 2024-11-10 02:05:14 +03:00
8 lines
146 B
Bash
Executable file
8 lines
146 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
# This script clones & builds all linux-asahi related packages.
|
|
|
|
../specs/kernel.sh
|
|
rpmbuild -ba kernel.spec
|
|
rm -f kernel.spec
|