https://bugs.gpodder.org/show_bug.cgi?id=1730

--- Comment #8 from chris <[email protected]> 2013-01-01 20:07:20 GMT ---
(In reply to comment #6)
> I need to do some kind of polkit file to enable users to access network with
> gpodder as well as add iproute2 as a depenency for the Salix package. Thanks 
> for
> pointing me in the right direction Thomas.
> 
> Merry Christmas

creating a link in /usr/bin to /sbin/ip fixes the problem for the Slackware and
Salix packages by adding these lines to:

Slackware gpodder.SlackBuild

mkdir -p $PKG/usr/bin/
ln -s /sbin/ip "$PKG/usr/bin/ip"
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/bin/$PRGNAM.SlackBuild

Salix SLKBUILD

mkdir -p "$startdir/pkg/usr/bin/"
ln -s /sbin/ip "$startdir/pkg/usr/bin/ip"
make DESTDIR=$startdir/pkg install

Happy New Year

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to