Date: Tuesday, January 15, 2019 @ 20:40:23 Author: heftig Revision: 344181
1.28-2 Modified: libteam/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-15 20:37:00 UTC (rev 344180) +++ PKGBUILD 2019-01-15 20:40:23 UTC (rev 344181) @@ -2,7 +2,7 @@ pkgname=libteam pkgver=1.28 -pkgrel=1 +pkgrel=2 pkgdesc="Library for controlling team network device" arch=(x86_64) url="http://libteam.org/" @@ -52,7 +52,7 @@ install -Dm644 teamd/redhat/systemd/[email protected] \ "$pkgdir/usr/lib/systemd/system/[email protected]" install -Dm644 teamd/dbus/teamd.conf \ - "$pkgdir/etc/dbus-1/system.d/teamd.conf" + "$pkgdir/usr/share/dbus-1/system.d/teamd.conf" (cd binding/python; python ./setup.py install --root "$pkgdir" -O1;) (cd binding/python2; python2 ./setup.py install --root "$pkgdir" -O1;)
