summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-04 21:19:14 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-04 21:19:14 +0200
commit7b4f60bdcb70b0730ad6c578540b47872cf7a64c (patch)
treee4ec2f6bd30fd0e12b5ec3d360d6f77381395833
parent5fa4c6b7fc0bffb8534ba2bc3d37f730bb9a9460 (diff)
downloadnutyx-extra-7b4f60bdcb70b0730ad6c578540b47872cf7a64c.tar.gz
nutyx-extra-7b4f60bdcb70b0730ad6c578540b47872cf7a64c.tar.bz2
nutyx-extra-7b4f60bdcb70b0730ad6c578540b47872cf7a64c.tar.xz
nutyx-extra-7b4f60bdcb70b0730ad6c578540b47872cf7a64c.zip
avahi, correction groupe
-rw-r--r--extra/avahi/Pkgfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/avahi/Pkgfile b/extra/avahi/Pkgfile
index 171e0306d..38ff98b16 100644
--- a/extra/avahi/Pkgfile
+++ b/extra/avahi/Pkgfile
@@ -7,7 +7,7 @@
name=avahi
version=0.6.25
-release=2
+release=3
source=(http://www.avahi.org/download/avahi-$version.tar.gz\
network-wired.png)
@@ -26,9 +26,14 @@ build() {
--with-distro=none \
--disable-gdbm \
--disable-mono \
- --enable-autoipd
+ --with-avahi-priv-access-group=network \
+ --enable-autoipd \
+ --with-autoipd-user=avahi \
+ --with-autoipd-group=avahi
make
make DESTDIR=$PKG install
+ sed -i -e 's/netdev/network/g' \
+ $PKG/etc/dbus-1/system.d/avahi-dbus.conf
mkdir -v -p $PKG/usr/share/pixmaps
install -m 644 ../network-wired.png \
$PKG/usr/share/pixmaps/network-wired.png