From 22b74a64b95acb3dfd4cd2dbb5ebd653106f471b Mon Sep 17 00:00:00 2001 From: honjow Date: Mon, 18 Nov 2024 16:08:42 +0000 Subject: [PATCH] 1d1ef4d Add device_quirks to setup --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 5282432f7cfb..05d81ccc7f42 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -80,7 +80,8 @@ package() { # lib service install -dm755 "${pkgdir}/usr/lib/systemd/system" - install -m644 -t "${pkgdir}/usr/lib/systemd/system" "${source_dir}/systemd/system"/*.* + # install -m644 -t "${pkgdir}/usr/lib/systemd/system" "${source_dir}/systemd/system"/*.* + find "${source_dir}/systemd/system" -maxdepth 1 -type f -exec install -m644 -D {} "${pkgdir}/usr/lib/systemd/system/" \; install -dm755 "${pkgdir}/usr/lib/systemd/system/hhd@.service.d" install -m644 -t "${pkgdir}/usr/lib/systemd/system/hhd@.service.d" "${source_dir}/systemd/system/hhd@.service.d"/*