asahi-base: switch to cp -a in tinyramfs hook
This commit is contained in:
parent
825e725f27
commit
b897aef66a
@ -5,5 +5,5 @@ mkdir -p "$loaderdir"
|
||||
mount -t tmpfs -o mode=0755 vendorfw "$loaderdir"
|
||||
|
||||
set +f
|
||||
cp -pr /vendorfw/* /vendorfw/.vendorfw.manifest "$loaderdir"
|
||||
cp -a /vendorfw/* /vendorfw/.vendorfw.manifest "$loaderdir"
|
||||
set -f
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'asahi-base'
|
||||
pkgname=asahi-base
|
||||
version=20250202
|
||||
version=20250205
|
||||
revision=1
|
||||
archs="aarch64*"
|
||||
build_style=meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user