mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
linux: fix build if /lib/firmeware is not avaible before creating the symlink
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -213,7 +213,8 @@ makeinstall_init() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
||||
mkdir -p $INSTALL/lib/firmware/
|
||||
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
||||
|
||||
enable_service cpufreq-threshold.service
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user