mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
@ -5,5 +5,5 @@ mkdir -p "$loaderdir"
|
||||||
mount -t tmpfs -o mode=0755 vendorfw "$loaderdir"
|
mount -t tmpfs -o mode=0755 vendorfw "$loaderdir"
|
||||||
|
|
||||||
set +f
|
set +f
|
||||||
cp -pr /vendorfw/* /vendorfw/.vendorfw.manifest "$loaderdir"
|
cp -a /vendorfw/* /vendorfw/.vendorfw.manifest "$loaderdir"
|
||||||
set -f
|
set -f
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'asahi-base'
|
# Template file for 'asahi-base'
|
||||||
pkgname=asahi-base
|
pkgname=asahi-base
|
||||||
version=20250202
|
version=20250205
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
|
Loading…
Add table
Reference in a new issue