summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Soares2016-06-29 22:05:36 -0400
committerRafael Soares2016-06-29 22:05:36 -0400
commit7057a13d75864c8a490addeee0c1ccfdb51ba4b8 (patch)
treec192d4fe1c7408f7c4727c39f6ad84e3c1f97e61 /PKGBUILD
parent017988ae2854dca33c833e509c953cd56ff4e612 (diff)
downloadaur-kimchi-git.tar.gz
Place the systemd drop-in in /etc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d4a29d03ba0..f927e798e6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,8 +91,7 @@ build() {
package() {
cd $srcdir/kimchi
make DESTDIR=$pkgdir install
- mv $pkgdir/etc/systemd $pkgdir/usr/lib/systemd
- cd $pkgdir/usr/lib/systemd/system/wokd.service.d
+ cd $pkgdir/etc/systemd/system/wokd.service.d
sed s:wokd.service::g kimchi.conf > kimchi.conf.new
mv kimchi.conf.new kimchi.conf
}