mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
asahi-base: switch to cp -a in tinyramfs hook
This commit is contained in:
parent
825e725f27
commit
b897aef66a
2 changed files with 2 additions and 2 deletions
srcpkgs/asahi-base
|
@ -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…
Add table
Reference in a new issue