mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
1d1ef4d Add device_quirks to setup
This commit is contained in:
parent
07bfe467ed
commit
22b74a64b9
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
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"/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue