summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhonjow2024-02-16 07:13:42 +0000
committerhonjow2024-02-16 07:13:42 +0000
commit5d4f9ec3904ed912bb1c4b3709e026980ddb682d (patch)
tree58f31c4fd938f75f5e9b79613c8e84a6fc7694aa /PKGBUILD
parentdfdcfaff4f6c46d15729d564b200f877cc8ce1f1 (diff)
downloadaur-5d4f9ec3904ed912bb1c4b3709e026980ddb682d.tar.gz
Update AUR package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3979734e7fd..8cbb7d802f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,11 +48,11 @@ package() {
# etc system
install -dm755 "${pkgdir}/etc/systemd/system"
- install -m644 -t "${pkgdir}/etc/systemd/system" "${source_dir}/etc/systemd/system"/*
+ install -m644 -t "${pkgdir}/etc/systemd/system" "${source_dir}/etc/systemd/system"/*.*
# 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"/*.*
# user service
install -dm755 "${pkgdir}/usr/lib/systemd/user"