Fix the archlinux package, use correct DROPIN dirs

Without this change the package builds successfully but there is a
file conflict error when installing it.
This commit is contained in:
Nedyalko Andreev 2017-09-30 01:27:15 +03:00
parent f7bf46f780
commit 4f26267796
No known key found for this signature in database
GPG Key ID: 3F8D3160C1860811

View File

@ -70,7 +70,7 @@ package() {
(cd qrexec; make install DESTDIR=$pkgdir SBINDIR=/usr/bin LIBDIR=/usr/lib SYSLIBDIR=/usr/lib)
make install-vm DESTDIR=$pkgdir SBINDIR=/usr/bin LIBDIR=/usr/lib SYSLIBDIR=/usr/lib DROPIN_DIR=usr/lib/systemd DIST=archlinux
make install-vm DESTDIR=$pkgdir SBINDIR=/usr/bin LIBDIR=/usr/lib SYSLIBDIR=/usr/lib SYSTEM_DROPIN_DIR=/usr/lib/systemd/system USER_DROPIN_DIR=/usr/lib/systemd/user DIST=archlinux
# Remove things non wanted in archlinux
rm -r $pkgdir/etc/yum*