summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Bhatt2015-04-24 02:37:24 -0700
committerAnish Bhatt2015-04-24 02:37:24 -0700
commitce1005b531599bd70436fc3113472bb75885d3f4 (patch)
tree2bc7247ceb11d21035b1bf412d022660e28f3289
parentb5c46b25a678343bd11a700f11174377f91b403a (diff)
downloadaur-ce1005b531599bd70436fc3113472bb75885d3f4.tar.gz
Fix system unit file locations
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52ed2cc4b1b7..d3fea7191044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,6 @@ package() {
cd "${srcdir}/${_gitname}"
make install PREFIX=${pkgdir}
- mv "${pkgdir}/etc/systemd/system" "${pkgdir}/usr/lib/systemd"
- rmdir "${pkgdir}/etc/systemd"
+ mv "${pkgdir}/etc/systemd" "${pkgdir}/usr/lib/systemd"
rmdir "${pkgdir}/etc"
}