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.

(cherry picked from commit 4f26267796fa856d1e3a2883494b7cc09221b2e9)
This commit is contained in:
Nedyalko Andreev 2017-09-30 01:27:15 +03:00 committed by Marek Marczykowski-Górecki
parent 9c61ea0dcd
commit 0705b6c898
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -69,7 +69,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*