1d1ef4d Add device_quirks to setup

This commit is contained in:
honjow 2024-11-18 16:08:42 +00:00
parent 07bfe467ed
commit 22b74a64b9

View file

@ -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"/*