mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: no longer fail if gnunetdns doesn't exist (yet)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=gnunet
|
PKG_NAME:=gnunet
|
||||||
PKG_SOURCE_VERSION:=37051
|
PKG_SOURCE_VERSION:=37051
|
||||||
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
|
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
# ToDo:
|
# ToDo:
|
||||||
# - break-out {peer,name,data}store for each backend
|
# - break-out {peer,name,data}store for each backend
|
||||||
|
|||||||
@@ -15,8 +15,7 @@ SUID_ROOT_HELPERS="exit nat-server nat-client transport-bluetooth transport-wlan
|
|||||||
chmodown_execbin() {
|
chmodown_execbin() {
|
||||||
execname=/usr/lib/gnunet/libexec/gnunet-$1
|
execname=/usr/lib/gnunet/libexec/gnunet-$1
|
||||||
if [ -x $execname ]; then
|
if [ -x $execname ]; then
|
||||||
[ "$3" ] && chown $3 $execname
|
[ "$3" ] && chown $3 $execname 2>/dev/null && chmod $2 $execname
|
||||||
chmod $2 $execname
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user